summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-10-01 14:51:37 +1000
committerDamien Miller <djm@mindrot.org>2021-10-01 16:36:24 +1000
commit489741dc68366940d369ac670b210b4834a6c272 (patch)
tree32a2bc27c20847d7e8fcb4d0f0ba798c88bf8b03
parentc978565c8589acfe4ea37ab5099d39c84158c713 (diff)
enable security key support for --without-openssl
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2cf028b9..3722b151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3149,10 +3149,6 @@ enable_pkcs11=yes
enable_sk=yes
if test "x$openssl" != "xyes" ; then
enable_pkcs11="disabled; missing libcrypto"
- enable_sk="disabled; missing libcrypto"
-fi
-if test "x$openssl_ecc" != "xyes" ; then
- enable_sk="disabled; OpenSSL has no ECC support"
fi
if test "x$ac_cv_func_dlopen" != "xyes" ; then
enable_pkcs11="disabled; missing dlopen(3)"