From 29583004ce6d07c90148b03fbfae94f35378b6da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 28 Feb 2003 15:50:05 +0000 Subject: include the engine stuff --- lib/url.c | 4 ++++ 1 file changed, 4 insertions(+) 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 +#endif #include "urldata.h" #include "netrc.h" -- cgit v1.2.3