Skip to content

Commit ee7925a

Browse files
authored
Fix casing on Windows header files (#736)
1 parent a1fc134 commit ee7925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/windows/secure_channel_tls_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define SCHANNEL_USE_BLACKLISTS
2424
#include <windows.h>
2525

26-
#include <SubAuth.h>
26+
#include <subauth.h>
2727

2828
#include <schannel.h>
2929
#include <security.h>

0 commit comments

Comments
 (0)