diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index de6ad127c..9cba9542a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2804,6 +2804,7 @@ if test "x$openssl" = "xyes" ; then | |||
2804 | EVP_PKEY_get0_RSA \ | 2804 | EVP_PKEY_get0_RSA \ |
2805 | EVP_MD_CTX_new \ | 2805 | EVP_MD_CTX_new \ |
2806 | EVP_MD_CTX_free \ | 2806 | EVP_MD_CTX_free \ |
2807 | EVP_chacha20 \ | ||
2807 | ]) | 2808 | ]) |
2808 | 2809 | ||
2809 | if test "x$openssl_engine" = "xyes" ; then | 2810 | if test "x$openssl_engine" = "xyes" ; then |