[openssh-commits] [openssh] 01/01: don't fatal if libfido2 not found

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 15 11:22:01 AEDT 2019


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

djm pushed a commit to branch master
in repository openssh.

commit 63a5b24f2dbdc9a4bf2182ac3db26731ddc617e8
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Nov 15 11:21:26 2019 +1100

    don't fatal if libfido2 not found
    
    spotted by dtucker@
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6e32374c..3814db66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3088,8 +3088,7 @@ if test "x$enable_sk" = "xyes" ; then
 			AC_DEFINE([ENABLE_SK_INTERNAL], [],
 			    [Enable for built-in U2F/FIDO support])
 			enable_sk="built-in"
-		],
-		[ AC_MSG_ERROR([libfido2 not found]) ],
+		], [ ],
 		[ $OTHERLIBS ]
 	)
 fi

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


More information about the openssh-commits mailing list