diff options
author | Damien Miller <djm@mindrot.org> | 2022-02-07 02:53:47 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-02-07 02:53:47 +0100 |
commit | 56192518e329b39f063487bc2dc4d796f791eca0 (patch) | |
tree | 69ebf76e7aafcae214db5d2a4d701d2e29b29df7 /configure.ac | |
parent | upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() instead (diff) | |
download | openssh-56192518e329b39f063487bc2dc4d796f791eca0.tar.xz openssh-56192518e329b39f063487bc2dc4d796f791eca0.zip |
compat code for fido_assert_set_clientdata()
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f2a4aa12b..c10ac8a18 100644 --- a/configure.ac +++ b/configure.ac @@ -3230,6 +3230,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then saved_LIBS="$LIBS" LIBS="$LIBS $LIBFIDO2" AC_CHECK_FUNCS([ \ + fido_assert_set_clientdata \ fido_cred_prot \ fido_cred_set_prot \ fido_cred_set_clientdata \ |