mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 18:01:21 +00:00
Narrow assumption on OpenSSL use
This commit is contained in:
parent
dca358076e
commit
7cee73e8e5
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user