aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-28 15:50:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-28 15:50:05 +0000
commit29583004ce6d07c90148b03fbfae94f35378b6da (patch)
tree31a3f3d9b7ee8fe35b515e4a99351c9fb17b9833
parent0a1a185874870fd370dc7d4d12b05ac402885d5f (diff)
include the engine stuff
-rw-r--r--lib/url.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 865c247d5..192829ce9 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -83,8 +83,12 @@
#error "We can't compile without socket() support!"
#endif
+
#endif
+#ifdef HAVE_OPENSSL_ENGINE_H
+#include <openssl/engine.h>
+#endif
#include "urldata.h"
#include "netrc.h"