mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
define WINHTTP_NO_CLIENT_CERT_CONTEXT if needed
This commit is contained in:
committed by
Edward Thomson
parent
9e2eaee5ec
commit
0cb432ae3e
@@ -53,6 +53,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
|
||||
|
||||
Reference in New Issue
Block a user