We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e98752 commit 621e501Copy full SHA for 621e501
src/transports/winhttp.c
@@ -41,11 +41,11 @@
41
#define WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH 0
42
#endif
43
44
-#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS_1_1
+#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1
45
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1 0x00000200
46
47
48
-#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS_1_2
+#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2
49
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2 0x00000800
50
51
0 commit comments