diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index f43fe33b47..fa98d4d93c 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
| @@ -838,6 +838,10 @@ const EVP_CIPHER *EVP_seed_cfb128(void); | |||
| 838 | const EVP_CIPHER *EVP_seed_ofb(void); | 838 | const EVP_CIPHER *EVP_seed_ofb(void); |
| 839 | #endif | 839 | #endif |
| 840 | 840 | ||
| 841 | #ifndef OPENSSL_NO_CHACHA | ||
| 842 | const EVP_CIPHER *EVP_chacha20(void); | ||
| 843 | #endif | ||
| 844 | |||
| 841 | void OPENSSL_add_all_algorithms_noconf(void); | 845 | void OPENSSL_add_all_algorithms_noconf(void); |
| 842 | void OPENSSL_add_all_algorithms_conf(void); | 846 | void OPENSSL_add_all_algorithms_conf(void); |
| 843 | 847 | ||
