Commit a2cd10e5 by Jacques Germishuys

define WINHTTP_NO_CLIENT_CERT_CONTEXT if needed

parent 416ea5b4
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3 0x00002000 # define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3 0x00002000
#endif #endif
#ifndef WINHTTP_NO_CLIENT_CERT_CONTEXT
# define WINHTTP_NO_CLIENT_CERT_CONTEXT NULL
#endif
#ifndef HTTP_STATUS_PERMANENT_REDIRECT #ifndef HTTP_STATUS_PERMANENT_REDIRECT
# define HTTP_STATUS_PERMANENT_REDIRECT 308 # define HTTP_STATUS_PERMANENT_REDIRECT 308
#endif #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