aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-01 12:37:22 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-01 12:37:22 +0000
commitdb199abd9ed8b6b0fd1c5aa930dda4f390287651 (patch)
tree642ff7c7668a6899ff11a2ab8744821d4aa9b537 /crypto/engine/engine.h
parentb6d0defb985586ea0ab0bb35ce3cf9fda6bd31c8 (diff)
downloadopenssl-db199abd9ed8b6b0fd1c5aa930dda4f390287651.tar.gz
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.
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h1
1 files changed, 1 insertions, 0 deletions
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 <openssl/opensslconf.h>
#include <openssl/ossl_typ.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_RSA