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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user