1
0
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:
Daniel Stenberg 2018-05-16 10:12:13 +02:00
parent 4f9bbd3ac7
commit f0c466dced
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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"