diff options
Diffstat (limited to 'src/lib/libcrypto/evp/c_allc.c')
| -rw-r--r-- | src/lib/libcrypto/evp/c_allc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/evp/c_allc.c b/src/lib/libcrypto/evp/c_allc.c index 2a45d435e5..2047b6cd61 100644 --- a/src/lib/libcrypto/evp/c_allc.c +++ b/src/lib/libcrypto/evp/c_allc.c | |||
| @@ -227,4 +227,8 @@ void OpenSSL_add_all_ciphers(void) | |||
| 227 | EVP_add_cipher_alias(SN_camellia_256_cbc,"CAMELLIA256"); | 227 | EVP_add_cipher_alias(SN_camellia_256_cbc,"CAMELLIA256"); |
| 228 | EVP_add_cipher_alias(SN_camellia_256_cbc,"camellia256"); | 228 | EVP_add_cipher_alias(SN_camellia_256_cbc,"camellia256"); |
| 229 | #endif | 229 | #endif |
| 230 | |||
| 231 | #ifndef OPENSSL_NO_CHACHA | ||
| 232 | EVP_add_cipher(EVP_chacha20()); | ||
| 233 | #endif | ||
| 230 | } | 234 | } |
