mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08: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"
|
#include "curl_setup.h"
|
||||||
|
|
||||||
|
#ifdef USE_SCHANNEL
|
||||||
#ifndef USE_WINDOWS_SSPI
|
#ifndef USE_WINDOWS_SSPI
|
||||||
# error "Can't compile SCHANNEL support without SSPI."
|
# error "Can't compile SCHANNEL support without SSPI."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_SCHANNEL
|
|
||||||
|
|
||||||
#define EXPOSE_SCHANNEL_INTERNAL_STRUCTS
|
#define EXPOSE_SCHANNEL_INTERNAL_STRUCTS
|
||||||
#include "schannel.h"
|
#include "schannel.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user