mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:53:18 +03:00
- Frank McGeough provided a small OpenSSL #include fix to make libcurl compile
fine with Nokia 5th edition 1.0 SDK for Symbian.
This commit is contained in:
parent
ce1a97d6c8
commit
bf085e2c4b
3 changed files with 9 additions and 1 deletions
|
|
@ -63,6 +63,8 @@
|
|||
#ifdef USE_OPENSSL
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include <openssl/dsa.h>
|
||||
#include <openssl/dh.h>
|
||||
#else
|
||||
#include <rand.h>
|
||||
#include <x509v3.h>
|
||||
|
|
@ -89,6 +91,7 @@
|
|||
#if OPENSSL_VERSION_NUMBER >= 0x00907001L
|
||||
/* ENGINE_load_private_key() takes four arguments */
|
||||
#define HAVE_ENGINE_LOAD_FOUR_ARGS
|
||||
#include <openssl/ui.h>
|
||||
#else
|
||||
/* ENGINE_load_private_key() takes three arguments */
|
||||
#undef HAVE_ENGINE_LOAD_FOUR_ARGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue