From: Remi Gacogne Date: Tue, 29 Jun 2021 10:30:22 +0000 (+0200) Subject: Update m4/pdns_check_libcrypto.m4 X-Git-Tag: dnsdist-1.7.0-alpha1~12^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e735958bef90cbc482e72aee6f5f165778c0265;p=thirdparty%2Fpdns.git Update m4/pdns_check_libcrypto.m4 Co-authored-by: Otto Moerbeek --- diff --git a/m4/pdns_check_libcrypto.m4 b/m4/pdns_check_libcrypto.m4 index 4ceb18fa42..8e1219a3e7 100644 --- a/m4/pdns_check_libcrypto.m4 +++ b/m4/pdns_check_libcrypto.m4 @@ -112,7 +112,7 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [ [ AC_MSG_RESULT([yes]) AC_CHECK_FUNCS([RAND_bytes RAND_pseudo_bytes CRYPTO_memcmp OPENSSL_init_crypto EVP_MD_CTX_new EVP_MD_CTX_free RSA_get0_key]) - AC_CHECK_DECL(EVP_PKEY_CTX_set1_scrypt_salt, [AC_DEFINE([HAVE_EVP_PKEY_CTX_SET1_SCRYPT_SALT], [1], [Define to 1 if you have EVP_PKEY_CTX_set1_scrypt_saltEVP_PKEY_CTX_set1_scrypt_salt]) ], [], [#include ]) + AC_CHECK_DECL(EVP_PKEY_CTX_set1_scrypt_salt, [AC_DEFINE([HAVE_EVP_PKEY_CTX_SET1_SCRYPT_SALT], [1], [Define to 1 if you have EVP_PKEY_CTX_set1_scrypt_salt])], [], [#include ]) $1 ], [ AC_MSG_RESULT([no])