From 93c22ecc635bc5047468629f2a5423a153910c0b Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Tue, 5 Jul 2011 10:16:46 +0200 Subject: Disable CryptoAPI when not using OpenSSL, and document that fact. Signed-off-by: Adriaan de Jong Acked-by: James Yonan Acked-by: Gert Doering Signed-off-by: David Sommerseth --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl.c') diff --git a/ssl.c b/ssl.c index 1607630..e2f0810 100644 --- a/ssl.c +++ b/ssl.c @@ -336,7 +336,7 @@ init_ssl (const struct options *options, struct tls_root_ctx *new_ctx) } } #endif -#ifdef WIN32 +#ifdef ENABLE_CRYPTOAPI else if (options->cryptoapi_cert) { tls_ctx_load_cryptoapi(new_ctx, options->cryptoapi_cert); -- cgit v1.1