summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/openssl/aead.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/openssl/aead.h b/src/include/openssl/aead.h
index 6fd8116..61cf3cd 100644
--- a/src/include/openssl/aead.h
+++ b/src/include/openssl/aead.h
@@ -227,8 +227,8 @@ OPENSSL_EXPORT void EVP_AEAD_CTX_cleanup(EVP_AEAD_CTX *ctx);
*
* At most |max_out_len| bytes are written to |out| and, in order to ensure
* success, |max_out_len| should be |in_len| plus the result of
- * |EVP_AEAD_overhead|. On successful return, |*out_len| is set to the actual
- * number of bytes written.
+ * |EVP_AEAD_max_overhead|. On successful return, |*out_len| is set to the
+ * actual number of bytes written.
*
* The length of |nonce|, |nonce_len|, must be equal to the result of
* |EVP_AEAD_nonce_length| for this AEAD.