diff options
author | 2014-04-14 10:03:00 +0000 | |
---|---|---|
committer | 2014-04-14 10:03:00 +0000 | |
commit | 65b775f7a18f9480201c5f6a61c6475f29bdda0b (patch) | |
tree | d51661754a82a74f028d6a43111203fc5c3a6207 /lib/libcrypto/doc/engine.pod | |
parent | Unlist previously removed chil engine from LIBNAMES (diff) | |
download | wireguard-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.pod | 1 |
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); |