From 7aeb3e8167cb7d137c87f5f1d5c137a33ccd3925 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 17:29:41 +0000 Subject: 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@ --- src/lib/libcrypto/engine/engine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/engine/engine.h') 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); 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); -- cgit v1.2.3-55-g6feb