Unverified Commit e1674766 by Edward Thomson Committed by GitHub

Merge pull request #5929 from jacquesg/winhttp

Define WINHTTP_NO_CLIENT_CERT_CONTEXT if needed
parents 416ea5b4 a2cd10e5
......@@ -52,6 +52,10 @@
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3 0x00002000
#endif
#ifndef WINHTTP_NO_CLIENT_CERT_CONTEXT
# define WINHTTP_NO_CLIENT_CERT_CONTEXT NULL
#endif
#ifndef HTTP_STATUS_PERMANENT_REDIRECT
# define HTTP_STATUS_PERMANENT_REDIRECT 308
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment