mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
make the ENGINE depend on the USE_SSLEAY define too
This commit is contained in:
parent
b125e8e23a
commit
de11f5e53a
@ -778,7 +778,7 @@ struct SessionHandle {
|
|||||||
struct UrlState state; /* struct for fields used for state info and
|
struct UrlState state; /* struct for fields used for state info and
|
||||||
other dynamic purposes */
|
other dynamic purposes */
|
||||||
struct PureInfo info; /* stats, reports and info data */
|
struct PureInfo info; /* stats, reports and info data */
|
||||||
#ifdef HAVE_OPENSSL_ENGINE_H
|
#if defined(USE_SSLEAY) && defined(HAVE_OPENSSL_ENGINE_H)
|
||||||
ENGINE* engine;
|
ENGINE* engine;
|
||||||
#endif /* USE_SSLEAY */
|
#endif /* USE_SSLEAY */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user