summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/doc/engine.pod
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/doc/engine.pod
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/doc/engine.pod')
-rw-r--r--lib/libcrypto/doc/engine.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/engine.pod b/lib/libcrypto/doc/engine.pod
index 4b4d76f3e46..200e687e908 100644
--- a/lib/libcrypto/doc/engine.pod
+++ b/lib/libcrypto/doc/engine.pod
@@ -25,7 +25,6 @@ engine - ENGINE cryptographic module support
void ENGINE_load_dynamic(void);
#ifndef OPENSSL_NO_STATIC_ENGINE
void ENGINE_load_gmp(void);
- void ENGINE_load_nuron(void);
#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_builtin_engines(void);