]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update m4/pdns_check_libcrypto.m4
authorRemi Gacogne <rgacogne+github@valombre.net>
Tue, 29 Jun 2021 10:30:22 +0000 (12:30 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 16 Sep 2021 12:12:28 +0000 (14:12 +0200)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
m4/pdns_check_libcrypto.m4

index 4ceb18fa42e3f554360753222e20093c41689077..8e1219a3e75bcb2566d457d82399b4a22fdb843e 100644 (file)
@@ -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 <openssl/kdf.h>])
+            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 <openssl/kdf.h>])
             $1
         ], [
             AC_MSG_RESULT([no])