diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a3e1ebfe3..d2c42a373 100644 --- a/configure.ac +++ b/configure.ac @@ -659,7 +659,8 @@ AC_HELP_STRING([--without-ca-bundle], [Don't install the CA bundle]), AC_CHECK_FUNCS( RAND_status \ RAND_screen \ - RAND_egd ) + RAND_egd \ + CRYPTO_cleanup_all_ex_data ) fi |