From 3a87a9b9db07f8d3c6d9aa7f20e01f053007a703 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Mon, 19 Apr 2004 17:46:04 +0000 Subject: Reduce header interdependencies, initially in engine.h (the rest of the changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic. --- engines/e_cswift.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/e_cswift.c') diff --git a/engines/e_cswift.c b/engines/e_cswift.c index cc39cd4947..b73126b037 100644 --- a/engines/e_cswift.c +++ b/engines/e_cswift.c @@ -62,6 +62,10 @@ #include #include #include +#include +#include +#include +#include #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_CSWIFT -- cgit v1.2.3