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:38 +0400
committerRichard Levitte <levitte@openssl.org>2003-08-04 14:12:38 +0400
commit98c1a4900cf66b09f9706afa7353cb960cea45bb (patch)
treee5044d895f3943035d9eb8cd49aa3418eab04da1 /crypto
parent2541f58309ba8b06049c13b25b096b69baa2773b (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