summaryrefslogtreecommitdiffstats
path: root/contrib/apr-util/include/apr_base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apr-util/include/apr_base64.h')
-rw-r--r--contrib/apr-util/include/apr_base64.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/apr-util/include/apr_base64.h b/contrib/apr-util/include/apr_base64.h
index b4b2b88..17de1c5 100644
--- a/contrib/apr-util/include/apr_base64.h
+++ b/contrib/apr-util/include/apr_base64.h
@@ -51,10 +51,11 @@ extern "C" {
*/
/**
- * Given the length of an un-encrypted string, get the length of the
- * encrypted string.
- * @param len the length of an unencrypted string.
- * @return the length of the string after it is encrypted
+ * Given the length of an un-encoded string, get the length of the
+ * encoded string.
+ * @param len the length of an unencoded string.
+ * @return the length of the string after it is encoded, including the
+ * trailing \0
*/
APU_DECLARE(int) apr_base64_encode_len(int len);
OpenPOWER on IntegriCloud