[openssh-commits] [openssh] 02/04: enable security key support for --without-openssl
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Oct 1 16:36:29 AEST 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 489741dc68366940d369ac670b210b4834a6c272
Author: Damien Miller <djm at mindrot.org>
Date: Fri Oct 1 14:51:37 2021 +1000
enable security key support for --without-openssl
---
configure.ac | 4 ----
1 file changed, 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)"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list