projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358e08b
)
Header files are in openssl/ only if USE_OPENSSL is set.
author
Dan Fandrich
<dan@coneharvesters.com>
Tue, 14 Dec 2004 20:25:23 +0000
(20:25 +0000)
committer
Dan Fandrich
<dan@coneharvesters.com>
Tue, 14 Dec 2004 20:25:23 +0000
(20:25 +0000)
lib/ssluse.c
patch
|
blob
|
history
diff --git
a/lib/ssluse.c
b/lib/ssluse.c
index
f868343
..
887daea
100644
(file)
--- a/
lib/ssluse.c
+++ b/
lib/ssluse.c
@@
-52,8
+52,14
@@
#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"