summaryrefslogtreecommitdiff
path: root/include/apr_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_crypto.h')
-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 7b03175f8..874cd3695 100644
--- a/include/apr_crypto.h
+++ b/include/apr_crypto.h
@@ -162,7 +162,7 @@ typedef struct apr_crypto_block_key_digest_t {
* Types of ciphers supported by the apr_
*/
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, /** ChaCha20 */