Skip to content

Commit 9e81711

Browse files
authored
Merge pull request libgit2#5632 from csware/winhttp_typo
Fix typo: Make ifndef macroname the same as the define name
2 parents ae99e69 + 621e501 commit 9e81711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transports/winhttp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
#define WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH 0
4242
#endif
4343

44-
#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS_1_1
44+
#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1
4545
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1 0x00000200
4646
#endif
4747

48-
#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS_1_2
48+
#ifndef WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2
4949
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2 0x00000800
5050
#endif
5151

0 commit comments

Comments
 (0)