diff --git a/configure b/configure index 50b0fb2770..87a30f1093 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 30bd71b957..b743f3e205 100644 --- a/configure.ac +++ b/configure.ac @@ -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