Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-08-04 14:12:36 +0400
committerRichard Levitte <levitte@openssl.org>2003-08-04 14:12:36 +0400
commit5b6e7c8c65114e004023ec6627cd227d72ca0579 (patch)
tree77fde1e4fdb7608c086f7a015d0c80d9311331c0 /crypto
parentf96d1af449bcbe01efa3c1eb42712e10544b8811 (diff)
Inclusion of openssl/engine.h should always be wrapped with a check that
OPENSSL_NO_ENGINE is not defined.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/c_all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index 879d84ae79..fa60a73ead 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -59,7 +59,9 @@
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
+#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
+#endif
#if 0
#undef OpenSSL_add_all_algorithms