summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-13 15:02:47 +0100
committerMatt Caswell <matt@openssl.org>2015-10-15 17:02:06 +0100
commit8b7080b0b7f30669c0784d8aa73388f95bbd056b (patch)
tree24bdcefbce7277af57cc0f8a4944bf98a23b8fe3 /doc
parentf51e5ed6b4b91d12228da873db72aa28109d1797 (diff)
Remove Obsolete engines
There are a number of engines in the OpenSSL source code which are now obsolete. The following engines have been removed: 4758cca, aep, atalla, cswift, nuron, sureware. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/engine.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/crypto/engine.pod b/doc/crypto/engine.pod
index c1be658319..9424a7cf71 100644
--- a/doc/crypto/engine.pod
+++ b/doc/crypto/engine.pod
@@ -24,14 +24,8 @@ engine - ENGINE cryptographic module support
void ENGINE_load_openssl(void);
void ENGINE_load_dynamic(void);
#ifndef OPENSSL_NO_STATIC_ENGINE
- void ENGINE_load_4758cca(void);
- void ENGINE_load_aep(void);
- void ENGINE_load_atalla(void);
void ENGINE_load_chil(void);
- void ENGINE_load_cswift(void);
void ENGINE_load_gmp(void);
- void ENGINE_load_nuron(void);
- void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
#endif
void ENGINE_load_cryptodev(void);