diff options
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index d9da82a05f..f3bd0e6a8e 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -78,7 +78,7 @@ int crypto_pk_check_fingerprint_syntax(const char *s); int base64_encode(char *dest, int destlen, const char *src, int srclen); int base64_decode(char *dest, int destlen, const char *src, int srclen); -#define BASE32_CHARS "abcdefghijklmnopqrstuvwxyz012345" +#define BASE32_CHARS "abcdefghijklmnopqrstuvwxyz234567" int base32_encode(char *dest, int destlen, const char *src, int srclen); /* Key negotiation */ |