[openssh-commits] [openssh] 01/01: fix typos in previous

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 7 21:26:22 AEDT 2022


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

djm pushed a commit to branch master
in repository openssh.

commit a1bcbf04a7c2d81944141db7ecd0ba292d175a66
Author: pedro martelletto <pedro at yubico.com>
Date:   Mon Feb 7 09:09:59 2022 +0100

    fix typos in previous
---
 sk-usbhid.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sk-usbhid.c b/sk-usbhid.c
index 77afe802..2d36ac33 100644
--- a/sk-usbhid.c
+++ b/sk-usbhid.c
@@ -312,7 +312,7 @@ sk_touch_poll(struct sk_usbhid **skv, size_t nsk, int *touch, size_t *idx)
 	return 0;
 }
 
-#if !defined(FIDO_ASSERT_SET_CLIENTDATA) || \
+#if !defined(HAVE_FIDO_ASSERT_SET_CLIENTDATA) || \
     !defined(HAVE_FIDO_CRED_SET_CLIENTDATA)
 /* Calculate SHA256(m) */
 static int
@@ -337,7 +337,7 @@ sha256_mem(const void *m, size_t mlen, u_char *d, size_t dlen)
 #endif
 	return 0;
 }
-#endif /* !FIDO_ASSERT_SET_CLIENTDATA || !HAVE_FIDO_CRED_SET_CLIENTDATA */
+#endif /* !HAVE_FIDO_ASSERT_SET_CLIENTDATA || !HAVE_FIDO_CRED_SET_CLIENTDATA */
 
 #ifndef HAVE_FIDO_CRED_SET_CLIENTDATA
 static int
@@ -360,7 +360,7 @@ fido_cred_set_clientdata(fido_cred_t *cred, const u_char *ptr, size_t len)
 }
 #endif /* HAVE_FIDO_CRED_SET_CLIENTDATA */
 
-#ifndef HAVE_ASSERT_CRED_SET_CLIENTDATA
+#ifndef HAVE_FIDO_ASSERT_SET_CLIENTDATA
 static int
 fido_assert_set_clientdata(fido_assert_t *assert, const u_char *ptr, size_t len)
 {

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


More information about the openssh-commits mailing list