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.
2 parents ae99e69 + 621e501 commit 9e81711Copy full SHA for 9e81711
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