From de11f5e53ae5767e663647edeb31816c07dbc10b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 19 Mar 2003 21:28:39 +0000 Subject: make the ENGINE depend on the USE_SSLEAY define too --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- cgit v1.2.3