From: Daniel Stenberg Date: Wed, 19 Mar 2003 21:28:39 +0000 (+0000) Subject: make the ENGINE depend on the USE_SSLEAY define too X-Git-Tag: curl-7_10_4~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de11f5e53ae5767e663647edeb31816c07dbc10b;p=curl make the ENGINE depend on the USE_SSLEAY define too --- diff --git a/lib/urldata.h b/lib/urldata.h index f40fdef60..89aa50991 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -778,7 +778,7 @@ struct SessionHandle { struct UrlState state; /* struct for fields used for state info and other dynamic purposes */ struct PureInfo info; /* stats, reports and info data */ -#ifdef HAVE_OPENSSL_ENGINE_H +#if defined(USE_SSLEAY) && defined(HAVE_OPENSSL_ENGINE_H) ENGINE* engine; #endif /* USE_SSLEAY */ };