diff options
author | 2014-04-13 17:29:41 +0000 | |
---|---|---|
committer | 2014-04-13 17:29:41 +0000 | |
commit | 8ae928af9b6217ab4a752cb74cfa576a6e9060dc (patch) | |
tree | d6704fa92b2308d389a5aa28b1674cec3814bbdb /lib/libcrypto/engine/engine.h | |
parent | Don't edit on cvs. 23.1 as intended. (diff) | |
download | wireguard-openbsd-8ae928af9b6217ab4a752cb74cfa576a6e9060dc.tar.xz wireguard-openbsd-8ae928af9b6217ab4a752cb74cfa576a6e9060dc.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 'lib/libcrypto/engine/engine.h')
-rw-r--r-- | lib/libcrypto/engine/engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h index f8be4977244..85393f260d6 100644 --- a/lib/libcrypto/engine/engine.h +++ b/lib/libcrypto/engine/engine.h @@ -333,7 +333,6 @@ ENGINE *ENGINE_by_id(const char *id); 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); |