mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-30 14:12:06 +00:00
enable security key support for --without-openssl
This commit is contained in:
parent
c978565c85
commit
489741dc68
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user