]> granicus.if.org Git - curl/commitdiff
Header files are in openssl/ only if USE_OPENSSL is set.
authorDan Fandrich <dan@coneharvesters.com>
Tue, 14 Dec 2004 20:25:23 +0000 (20:25 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 14 Dec 2004 20:25:23 +0000 (20:25 +0000)
lib/ssluse.c

index f868343704cbf256c3d9d3f902c853a9117f6818..887daeac4c42b8b7c91ebd86e4b9f3c0a11b3d3c 100644 (file)
 #include <curl/mprintf.h>
 
 #ifdef USE_SSLEAY
+
+#ifdef USE_OPENSSL
 #include <openssl/rand.h>
 #include <openssl/x509v3.h>
+#else
+#include <rand.h>
+#include <x509v3.h>
+#endif
 
 #include "memory.h"