summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2014-04-14 10:03:00 +0000
committerreyk <reyk@openbsd.org>2014-04-14 10:03:00 +0000
commit65b775f7a18f9480201c5f6a61c6475f29bdda0b (patch)
treed51661754a82a74f028d6a43111203fc5c3a6207 /lib/libcrypto/engine/engine.h
parentUnlist previously removed chil engine from LIBNAMES (diff)
downloadwireguard-openbsd-65b775f7a18f9480201c5f6a61c6475f29bdda0b.tar.xz
wireguard-openbsd-65b775f7a18f9480201c5f6a61c6475f29bdda0b.zip
Remove the nuron engine. The static engine is not standalone and the
FPGA-based device is long obsolete.
Diffstat (limited to 'lib/libcrypto/engine/engine.h')
-rw-r--r--lib/libcrypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h
index a2b7e83a66f..51a18f3ee26 100644
--- a/lib/libcrypto/engine/engine.h
+++ b/lib/libcrypto/engine/engine.h
@@ -316,7 +316,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_nuron(void);
void ENGINE_load_padlock(void);
void ENGINE_load_capi(void);
#ifndef OPENSSL_NO_GMP