mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
Header files are in openssl/ only if USE_OPENSSL is set.
This commit is contained in:
parent
358e08b95d
commit
10d6d8b2ae
@ -52,8 +52,14 @@
|
|||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#ifdef USE_SSLEAY
|
#ifdef USE_SSLEAY
|
||||||
|
|
||||||
|
#ifdef USE_OPENSSL
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/x509v3.h>
|
#include <openssl/x509v3.h>
|
||||||
|
#else
|
||||||
|
#include <rand.h>
|
||||||
|
#include <x509v3.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user