From: Daniel Stenberg Date: Fri, 28 Feb 2003 15:50:05 +0000 (+0000) Subject: include the engine stuff X-Git-Tag: curl-7_10_4~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29583004ce6d07c90148b03fbfae94f35378b6da;p=curl include the engine stuff --- 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"