[openssh-commits] [openssh] 01/01: Disable SK support if FIDO libs not found.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jun 25 11:48:38 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 40f5d849d25c60b4ae21261e78484d435f5cfd51
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jun 25 11:47:28 2022 +1000

    Disable SK support if FIDO libs not found.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 5d6cceaf..016ff843 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3255,6 +3255,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then
 		if test "x$enable_sk_internal" = "xyes" ; then
 			AC_MSG_ERROR([No usable libfido2 library/headers found])
 		fi
+		enable_sk=no
 	else
 		AC_MSG_RESULT([yes])
 		AC_SUBST([LIBFIDO2])

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list