diff options
| author | reyk <> | 2014-04-13 17:29:41 +0000 |
|---|---|---|
| committer | reyk <> | 2014-04-13 17:29:41 +0000 |
| commit | 45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc (patch) | |
| tree | 8a9e11bbc7bfc49c688ab27cbfa8db9e62586195 /src/lib/libcrypto/engine | |
| parent | c58902e48afd8c412fce7121e54c6647c28298b9 (diff) | |
| download | openbsd-45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc.tar.gz openbsd-45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc.tar.bz2 openbsd-45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc.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/engine')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 | ||||
| -rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index 6093376df4..3f96605902 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
| @@ -82,9 +82,6 @@ void ENGINE_load_builtin_engines(void) | |||
| 82 | ENGINE_load_dynamic(); | 82 | ENGINE_load_dynamic(); |
| 83 | #ifndef OPENSSL_NO_STATIC_ENGINE | 83 | #ifndef OPENSSL_NO_STATIC_ENGINE |
| 84 | #ifndef OPENSSL_NO_HW | 84 | #ifndef OPENSSL_NO_HW |
| 85 | #ifndef OPENSSL_NO_HW_4758_CCA | ||
| 86 | ENGINE_load_4758cca(); | ||
| 87 | #endif | ||
| 88 | #ifndef OPENSSL_NO_HW_AEP | 85 | #ifndef OPENSSL_NO_HW_AEP |
| 89 | ENGINE_load_aep(); | 86 | ENGINE_load_aep(); |
| 90 | #endif | 87 | #endif |
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index f8be497724..85393f260d 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
| @@ -333,7 +333,6 @@ ENGINE *ENGINE_by_id(const char *id); | |||
| 333 | void ENGINE_load_openssl(void); | 333 | void ENGINE_load_openssl(void); |
| 334 | void ENGINE_load_dynamic(void); | 334 | void ENGINE_load_dynamic(void); |
| 335 | #ifndef OPENSSL_NO_STATIC_ENGINE | 335 | #ifndef OPENSSL_NO_STATIC_ENGINE |
| 336 | void ENGINE_load_4758cca(void); | ||
| 337 | void ENGINE_load_aep(void); | 336 | void ENGINE_load_aep(void); |
| 338 | void ENGINE_load_atalla(void); | 337 | void ENGINE_load_atalla(void); |
| 339 | void ENGINE_load_chil(void); | 338 | void ENGINE_load_chil(void); |
