Narrow assumption on OpenSSL use

This commit is contained in:
Simon Richter 2016-05-28 13:11:24 -04:00 committed by Chris Pavlina
parent dca358076e
commit 7cee73e8e5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static volatile bool s_initialized;
static MUTEX s_lock; // for s_initialized
// Assume that on these platforms libcurl uses OpenSSL
#if defined(__linux__) || defined(_WIN32)
#if defined(__linux__) || defined(__MINGW32__)
#include <openssl/crypto.h>