Skip to content

Commit 1dd648c

Browse files
committedFeb 22, 2017
local patch to make curl build with sspi+openssl
Ref: curl/curl#1276
1 parent 6cab52a commit 1dd648c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎curl.diff

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/lib/urldata.h b/lib/urldata.h
2+
index 648b3e81d..7f87913a9 100644
3+
--- a/lib/urldata.h
4+
+++ b/lib/urldata.h
5+
@@ -136,8 +136,10 @@
6+
#undef realloc
7+
#endif /* USE_AXTLS */
8+
9+
-#ifdef USE_SCHANNEL
10+
+#if defined(USE_SCHANNEL) || defined(USE_WINDOWS_SSPI)
11+
#include "curl_sspi.h"
12+
+#endif
13+
+#ifdef USE_SCHANNEL
14+
#include <schnlsp.h>
15+
#include <schannel.h>
16+
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.