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