summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/apr_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_crypto.h b/include/apr_crypto.h
index af6acd24d..7b03175f8 100644
--- a/include/apr_crypto.h
+++ b/include/apr_crypto.h
@@ -165,7 +165,7 @@ typedef enum
{
APR_CRYPTO_CIPHER_AUTO, /** Choose the recommended cipher / autodetect the cipher */
APR_CRYPTO_CIPHER_AES_256_CTR, /** AES 256 - CTR mode */
- APR_CRYPTO_CIPHER_CHACHA20_CTR, /** ChaCha20 - CTR mode */
+ APR_CRYPTO_CIPHER_CHACHA20, /** ChaCha20 */
} apr_crypto_cipher_e;
/**