summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/base64.h')
-rw-r--r--plugins/CryptoPP/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/base64.h b/plugins/CryptoPP/base64.h
index b0756276a3..1024ecbbd7 100644
--- a/plugins/CryptoPP/base64.h
+++ b/plugins/CryptoPP/base64.h
@@ -45,7 +45,7 @@ static const byte asciiToBin64[] =
static const byte binToAscii64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
char *base64encode(const char *, const int);
-char *base64decode(const char *, int *);
+char *base64decode(const char *, size_t *);
string base64encode(const string);
string base64decode(const string);