Skip to content

Commit a2cd10e

Browse files
committed
define WINHTTP_NO_CLIENT_CERT_CONTEXT if needed
1 parent 416ea5b commit a2cd10e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/transports/winhttp.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3 0x00002000
5353
#endif
5454

55+
#ifndef WINHTTP_NO_CLIENT_CERT_CONTEXT
56+
# define WINHTTP_NO_CLIENT_CERT_CONTEXT NULL
57+
#endif
58+
5559
#ifndef HTTP_STATUS_PERMANENT_REDIRECT
5660
# define HTTP_STATUS_PERMANENT_REDIRECT 308
5761
#endif

0 commit comments

Comments
 (0)