mirror of
https://github.com/curl/curl.git
synced 2026-05-15 17:26:21 +03:00
schannel_verify: fix build for non-schannel
This commit is contained in:
parent
4f9bbd3ac7
commit
f0c466dced
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue