Skip to content

Commit deecf32

Browse files
committed
config.h: define HAVE_FIDO_DEV_GET_TOUCH_{BEGIN,STATUS}
these are needed by sk-usbhid.c when operating in environments with multiple authenticators attached.
1 parent b6c982f commit deecf32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/win32/openssh/config.h.vs

+3-1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
#define HAVE_FIDO_CRED_PROT
148148
#define HAVE_FIDO_CRED_SET_PROT
149149
#define HAVE_FIDO_DEV_SUPPORTS_CRED_PROT
150+
#define HAVE_FIDO_DEV_GET_TOUCH_BEGIN
151+
#define HAVE_FIDO_DEV_GET_TOUCH_STATUS
150152

151153
/* File names may not contain backslash characters */
152154
/* #undef FILESYSTEM_NO_BACKSLASH */
@@ -1726,4 +1728,4 @@
17261728
#define HAVE_LOCALTIME_R
17271729
#define HAVE_DECL_MEMMEM 0
17281730
#define WITH_ZLIB
1729-
#define _PATH_TTY "conin$"
1731+
#define _PATH_TTY "conin$"

0 commit comments

Comments
 (0)