summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <>2014-04-13 17:29:41 +0000
committerreyk <>2014-04-13 17:29:41 +0000
commit45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc (patch)
tree8a9e11bbc7bfc49c688ab27cbfa8db9e62586195 /src/lib/libcrypto/engine/engine.h
parentc58902e48afd8c412fce7121e54c6647c28298b9 (diff)
downloadopenbsd-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/engine.h')
-rw-r--r--src/lib/libcrypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
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);
333void ENGINE_load_openssl(void); 333void ENGINE_load_openssl(void);
334void ENGINE_load_dynamic(void); 334void ENGINE_load_dynamic(void);
335#ifndef OPENSSL_NO_STATIC_ENGINE 335#ifndef OPENSSL_NO_STATIC_ENGINE
336void ENGINE_load_4758cca(void);
337void ENGINE_load_aep(void); 336void ENGINE_load_aep(void);
338void ENGINE_load_atalla(void); 337void ENGINE_load_atalla(void);
339void ENGINE_load_chil(void); 338void ENGINE_load_chil(void);