summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-24 19:09:03 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-24 19:09:03 +0000
commit6cb686208ebeade1e8cd029c6d5aaf575cc759f9 (patch)
tree66d41de47f446bda38f9a9e9da60f3c82ac177d2 /crypto
parentbd1fb772457891c99b6c676d04fdbd6c86aca45b (diff)
For the mkdef.pl to recognise if the "external" engines are inserted
into libcrypto, we need the "algorithm" STATIC_ENGINE.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/engine/engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 77663742aa..3b951eb3e2 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -318,6 +318,7 @@ ENGINE *ENGINE_by_id(const char *id);
/* Add all the built-in engines. */
void ENGINE_load_openssl(void);
void ENGINE_load_dynamic(void);
+#ifndef OPENSSL_NO_STATIC_ENGINE
void ENGINE_load_cswift(void);
void ENGINE_load_chil(void);
void ENGINE_load_atalla(void);
@@ -326,6 +327,7 @@ void ENGINE_load_ubsec(void);
void ENGINE_load_aep(void);
void ENGINE_load_sureware(void);
void ENGINE_load_4758cca(void);
+#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_builtin_engines(void);