gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 04/163: schannel_verify: fix build for non-schannel


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 04/163: schannel_verify: fix build for non-schannel
Date: Sun, 05 Aug 2018 12:35:30 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit f0c466dceddc88a7f55125bed2333bda8091489f
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed May 16 10:12:13 2018 +0200

    schannel_verify: fix build for non-schannel
---
 lib/vtls/schannel_verify.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/vtls/schannel_verify.c b/lib/vtls/schannel_verify.c
index 552b1afe9..26f3ae488 100644
--- a/lib/vtls/schannel_verify.c
+++ b/lib/vtls/schannel_verify.c
@@ -29,12 +29,11 @@
 
 #include "curl_setup.h"
 
+#ifdef USE_SCHANNEL
 #ifndef USE_WINDOWS_SSPI
 #  error "Can't compile SCHANNEL support without SSPI."
 #endif
 
-#ifdef USE_SCHANNEL
-
 #define EXPOSE_SCHANNEL_INTERNAL_STRUCTS
 #include "schannel.h"
 

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



reply via email to

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