]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
enable security key support for --without-openssl
authorDamien Miller <djm@mindrot.org>
Fri, 1 Oct 2021 04:51:37 +0000 (14:51 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 1 Oct 2021 06:36:24 +0000 (16:36 +1000)
configure.ac

index 2cf028b9e2a2c98f79fb328e8765787406c5c7a7..3722b1514a46f853591be416d518ed0dabf9053b 100644 (file)
@@ -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)"