From db199abd9ed8b6b0fd1c5aa930dda4f390287651 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 1 Nov 2002 12:37:22 +0000 Subject: Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE. Make sure to include openssl/opensslconf.h to make sure we get the definition of those macros. --- crypto/engine/engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/engine/engine.h') diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 3b951eb3e2..8ed684c0ea 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -64,6 +64,7 @@ #ifndef HEADER_ENGINE_H #define HEADER_ENGINE_H +#include #include #include #ifndef OPENSSL_NO_RSA -- cgit v1.2.3