From: Damien Miller Date: Fri, 1 Oct 2021 04:51:37 +0000 (+1000) Subject: enable security key support for --without-openssl X-Git-Tag: V_8_9_P1~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489741dc68366940d369ac670b210b4834a6c272;p=thirdparty%2Fopenssh-portable.git enable security key support for --without-openssl --- diff --git a/configure.ac b/configure.ac index 2cf028b9e..3722b1514 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)"