Unverified Commit f0c466dc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

schannel_verify: fix build for non-schannel

parent 4f9bbd3a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"