diff options
Diffstat (limited to 'lib/vtls/curl_schannel.c')
-rw-r--r-- | lib/vtls/curl_schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/curl_schannel.c b/lib/vtls/curl_schannel.c index 9a1652782..342056031 100644 --- a/lib/vtls/curl_schannel.c +++ b/lib/vtls/curl_schannel.c @@ -61,7 +61,7 @@ #include "curl_sspi.h" #include "curl_schannel.h" -#include "sslgen.h" +#include "vtls.h" #include "sendf.h" #include "connect.h" /* for the connect timeout */ #include "strerror.h" |