summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Hsinyuan <me@lstlx.com>2024-12-06 04:56:34 +0100
committerDarren Tucker <dtucker@dtucker.net>2024-12-06 07:43:25 +0100
commit24dcf368d816b06136a02845ebd0c7846bf18927 (patch)
tree5ad591e298f015b5d36962926cadba204425364e
parentSkip 2038 key expiry test on 64 bit time_t systems. (diff)
downloadopenssh-24dcf368d816b06136a02845ebd0c7846bf18927.tar.xz
openssh-24dcf368d816b06136a02845ebd0c7846bf18927.zip
Fix configure message typo in sk-libfido2 standalone.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 018277287..6c451f4cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3370,7 +3370,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then
fi
# Check for standalone SecurityKeyProvider
-AC_MSG_CHECKING([whether to build standlone sk-libfido2])
+AC_MSG_CHECKING([whether to build standalone sk-libfido2])
if test "x$enable_sk_standalone" = "xyes" ; then
AC_MSG_RESULT([yes])
AC_SUBST([SK_STANDALONE], [sk-libfido2$SHLIBEXT])