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 f868343..887daea 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"