diff options
| author | reyk <> | 2014-04-14 10:03:00 +0000 |
|---|---|---|
| committer | reyk <> | 2014-04-14 10:03:00 +0000 |
| commit | ed92eeb1909d05fed85631343fee491beff0fe18 (patch) | |
| tree | 38524d165b2b28707da7b3eb2a1ee872a2560b6b /src/lib/libcrypto/doc/engine.pod | |
| parent | d0a8ab87a00dea4afb5a911392fc808259688414 (diff) | |
| download | openbsd-ed92eeb1909d05fed85631343fee491beff0fe18.tar.gz openbsd-ed92eeb1909d05fed85631343fee491beff0fe18.tar.bz2 openbsd-ed92eeb1909d05fed85631343fee491beff0fe18.zip | |
Remove the nuron engine. The static engine is not standalone and the
FPGA-based device is long obsolete.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 4b4d76f3e4..200e687e90 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
| @@ -25,7 +25,6 @@ engine - ENGINE cryptographic module support | |||
| 25 | void ENGINE_load_dynamic(void); | 25 | void ENGINE_load_dynamic(void); |
| 26 | #ifndef OPENSSL_NO_STATIC_ENGINE | 26 | #ifndef OPENSSL_NO_STATIC_ENGINE |
| 27 | void ENGINE_load_gmp(void); | 27 | void ENGINE_load_gmp(void); |
| 28 | void ENGINE_load_nuron(void); | ||
| 29 | #endif | 28 | #endif |
| 30 | void ENGINE_load_cryptodev(void); | 29 | void ENGINE_load_cryptodev(void); |
| 31 | void ENGINE_load_builtin_engines(void); | 30 | void ENGINE_load_builtin_engines(void); |
