summaryrefslogtreecommitdiff
path: root/src/common/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r--src/common/crypto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index 04859ed4ba..16f7c18b17 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -1403,8 +1403,6 @@ base64_decode(char *dest, int destlen, const char *src, int srclen)
return ret;
}
-static const char BASE32_CHARS[] = "abcdefghijklmnopqrstuvwxyz012345";
-
int
base32_encode(char *dest, int destlen, const char *src, int srclen)
{