summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2022-02-07 01:25:12 +0000
committerDamien Miller <djm@mindrot.org>2022-02-07 12:35:46 +1100
commitd6b5aa08fdcf9b527f8b8f932432941d5b76b7ab (patch)
treea16ca80e1d50d12cb23baf364e73d79391884c90 /configure.ac
parent86cc93fd3c26b2e0c7663c6394995fb04ebfbf3b (diff)
downloadopenssh-git-d6b5aa08fdcf9b527f8b8f932432941d5b76b7ab.tar.gz
upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() instead
of manually hashing data outselves. Saves a fair bit of code and makes life easier for some -portable platforms. OpenBSD-Commit-ID: 351dfaaa5ab1ee928c0e623041fca28078cff0e0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb265143..f2a4aa12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3232,6 +3232,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then
AC_CHECK_FUNCS([ \
fido_cred_prot \
fido_cred_set_prot \
+ fido_cred_set_clientdata \
fido_dev_get_touch_begin \
fido_dev_get_touch_status \
fido_dev_supports_cred_prot \