cmake: added Windows SSL support

Closes #399
This commit is contained in:
Sergei Nikulov 2015-08-25 14:56:55 +03:00 committed by Daniel Stenberg
parent 4a889441d3
commit 2132708ac2
2 changed files with 19 additions and 4 deletions

View file

@ -919,6 +919,9 @@
/* to enable SSPI support */
#cmakedefine USE_WINDOWS_SSPI 1
/* to enable Windows SSL */
#cmakedefine USE_SCHANNEL 1
/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
#cmakedefine USE_YASSLEMUL 1