Merge branch 'michal/disable-openssl-hashing-when-using-native-pkcs11' into 'v9_11'

Disable OpenSSL hashing when using native PKCS#11

See merge request isc-projects/bind9!4178
This commit is contained in:
Michał Kępień
2020-09-28 07:31:38 +00:00
2 changed files with 2 additions and 0 deletions
Vendored
+1
View File
@@ -17101,6 +17101,7 @@ openssldirs="/usr /usr/local /usr/local/ssl /opt/local /usr/pkg /usr/sfw"
if test "yes" = "$want_native_pkcs11"
then
use_openssl="native_pkcs11"
want_openssl_hash="no"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: use of native PKCS11 instead" >&5
$as_echo "use of native PKCS11 instead" >&6; }
fi
+1
View File
@@ -1557,6 +1557,7 @@ openssldirs="/usr /usr/local /usr/local/ssl /opt/local /usr/pkg /usr/sfw"
if test "yes" = "$want_native_pkcs11"
then
use_openssl="native_pkcs11"
want_openssl_hash="no"
AC_MSG_RESULT(use of native PKCS11 instead)
fi