diff options
author | reyk <> | 2014-04-13 17:29:41 +0000 |
---|---|---|
committer | reyk <> | 2014-04-13 17:29:41 +0000 |
commit | 7aeb3e8167cb7d137c87f5f1d5c137a33ccd3925 (patch) | |
tree | 8a9e11bbc7bfc49c688ab27cbfa8db9e62586195 /src/lib/libcrypto/doc/engine.pod | |
parent | b9483ecbdb9fb07cf19dd6404a4a1a6a3cd0b27e (diff) | |
download | openbsd-7aeb3e8167cb7d137c87f5f1d5c137a33ccd3925.tar.gz openbsd-7aeb3e8167cb7d137c87f5f1d5c137a33ccd3925.tar.bz2 openbsd-7aeb3e8167cb7d137c87f5f1d5c137a33ccd3925.zip |
Remove the IBM 4758 engine: we don't have this hardware and it is an
old PCI accelerator that was EOL'ed in 2005.
ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/doc/engine.pod')
-rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index f5ab1c3e50..3f4acce86d 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
@@ -24,7 +24,6 @@ engine - ENGINE cryptographic module support | |||
24 | void ENGINE_load_openssl(void); | 24 | void ENGINE_load_openssl(void); |
25 | void ENGINE_load_dynamic(void); | 25 | void ENGINE_load_dynamic(void); |
26 | #ifndef OPENSSL_NO_STATIC_ENGINE | 26 | #ifndef OPENSSL_NO_STATIC_ENGINE |
27 | void ENGINE_load_4758cca(void); | ||
28 | void ENGINE_load_aep(void); | 27 | void ENGINE_load_aep(void); |
29 | void ENGINE_load_atalla(void); | 28 | void ENGINE_load_atalla(void); |
30 | void ENGINE_load_chil(void); | 29 | void ENGINE_load_chil(void); |