From bf085e2c4b314a6cef38adfe6c9d84ea1b7fa0f3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 May 2009 21:11:11 +0000 Subject: - Frank McGeough provided a small OpenSSL #include fix to make libcurl compile fine with Nokia 5th edition 1.0 SDK for Symbian. --- lib/ssluse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/ssluse.c b/lib/ssluse.c index a86c2808b..6cb2c8462 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -63,6 +63,8 @@ #ifdef USE_OPENSSL #include #include +#include +#include #else #include #include @@ -89,6 +91,7 @@ #if OPENSSL_VERSION_NUMBER >= 0x00907001L /* ENGINE_load_private_key() takes four arguments */ #define HAVE_ENGINE_LOAD_FOUR_ARGS +#include #else /* ENGINE_load_private_key() takes three arguments */ #undef HAVE_ENGINE_LOAD_FOUR_ARGS -- cgit v1.2.3