diff options
Diffstat (limited to 'src/libcryptobox/base64/ref.c')
-rw-r--r-- | src/libcryptobox/base64/ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/base64/ref.c b/src/libcryptobox/base64/ref.c index 797a91ce7..6d3c295f1 100644 --- a/src/libcryptobox/base64/ref.c +++ b/src/libcryptobox/base64/ref.c @@ -214,7 +214,7 @@ repeat: } if (!ret && inlen > 0) { - /* Skip to the next valid character in input */ + /* Skip to the next valid character in lua_dns_resolver_resolve_commoninput */ while (inlen > 0 && base64_table_dec[*c] >= 254) { c ++; inlen --; |