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 /CMakeLists.txt | |
parent | c444ace5568cdbd7c4f85fecb3f05680aaa5b96d (diff) | |
download | curl-6cabd78531f80d5c6cd942ed1aa97eaa5ec080df.tar.gz |
schannel: add CURLOPT_CERTINFO support
Closes #822
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06f18cf59..9e6c42e8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -578,6 +578,7 @@ if(NOT UNIX) if(HAVE_SCHANNEL_H) set(USE_SCHANNEL ON) set(SSL_ENABLED ON) + check_library_exists_concat("crypt32" CertFreeCertificateContext HAVE_LIBCRYPT32) endif() endif() endif() |