Commit e16bc916 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for CRYPTO_cleanup_all_ex_data as well

parent a8c78cbb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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