diff options
author | Andrew Kurushin <ajax16384@gmail.com> | 2016-06-01 08:48:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-01 08:50:01 +0200 |
commit | 6cabd78531f80d5c6cd942ed1aa97eaa5ec080df (patch) | |
tree | 13c57e22e971834f40dafb2c10605f17c04f27f0 /winbuild | |
parent | c444ace5568cdbd7c4f85fecb3f05680aaa5b96d (diff) | |
download | curl-6cabd78531f80d5c6cd942ed1aa97eaa5ec080df.tar.gz |
schannel: add CURLOPT_CERTINFO support
Closes #822
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/MakefileBuild.vc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index ee584a6fd..22b1e501f 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -232,6 +232,7 @@ USE_WINSSL = true !ERROR cannot build with WinSSL without SSPI
!ENDIF
SSPI_CFLAGS = $(SSPI_CFLAGS) /DUSE_SCHANNEL
+WIN_LIBS = $(WIN_LIBS) Crypt32.lib
!ENDIF
|