mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
schannel_verify: fix build for non-schannel
This commit is contained in:
parent
4f9bbd3ac7
commit
f0c466dced
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user