We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0dc6a commit 34c7a28Copy full SHA for 34c7a28
configure.ac
@@ -828,8 +828,8 @@ if test "$want_libcrypto" != "no"; then
828
#
829
AC_CHECK_HEADER(openssl/crypto.h,
830
[
831
- AC_CHECK_LIB(crypto, DES_cbc_encrypt)
832
- if test "$ac_cv_lib_crypto_DES_cbc_encrypt" = "yes"; then
+ AC_CHECK_LIB(crypto, EVP_CIPHER_CTX_new)
+ if test "$ac_cv_lib_crypto_EVP_CIPHER_CTX_new" = "yes"; then
833
AC_CHECK_HEADERS(openssl/evp.h)
834
835
# OK, then:
0 commit comments