gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 158/173: urldata: include curl_sspi.h when Windows


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 158/173: urldata: include curl_sspi.h when Windows SSPI is enabled
Date: Fri, 24 Feb 2017 14:03:00 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit f4739f639fc481a7bec7da73041dfcb3d26ed220
Author: Viktor Szakats <address@hidden>
AuthorDate: Tue Feb 21 23:01:37 2017 -0500

    urldata: include curl_sspi.h when Windows SSPI is enabled
    
    f77dabe broke builds in Windows using Windows SSPI but not Windows SSL.
    
    Bug: https://github.com/curl/curl/issues/1276
    Reported-by: address@hidden
---
 lib/urldata.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/urldata.h b/lib/urldata.h
index 648b3e81d..7f87913a9 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -136,8 +136,10 @@
 #undef realloc
 #endif /* USE_AXTLS */
 
-#ifdef USE_SCHANNEL
+#if defined(USE_SCHANNEL) || defined(USE_WINDOWS_SSPI)
 #include "curl_sspi.h"
+#endif
+#ifdef USE_SCHANNEL
 #include <schnlsp.h>
 #include <schannel.h>
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]