[openssh-commits] [openssh] 01/01: Zero out LIBFIDO2 when SK support not usable.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jun 25 12:17:41 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 193c6d8d905dde836b628fc07a7b9cf2d347e2a3
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Jun 25 12:16:15 2022 +1000
Zero out LIBFIDO2 when SK support not usable.
Prevents us from trying to link them into ssh-sk-helper and failing to
build.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 016ff843..1f9d23a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3255,7 +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
+ LIBFIDO2=""
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