diff options
| author | reyk <> | 2014-04-13 19:04:55 +0000 |
|---|---|---|
| committer | reyk <> | 2014-04-13 19:04:55 +0000 |
| commit | 559cbe68580b0887f866a31a1a3c317ec21eade2 (patch) | |
| tree | df32de86d1bc3847a0bc6fb4954076071740d81d /src/lib/libcrypto/doc | |
| parent | 3c02d02c8d8465d1eb5c39c6a496d8abcf56ec2c (diff) | |
| download | openbsd-559cbe68580b0887f866a31a1a3c317ec21eade2.tar.gz openbsd-559cbe68580b0887f866a31a1a3c317ec21eade2.tar.bz2 openbsd-559cbe68580b0887f866a31a1a3c317ec21eade2.zip | |
Remove the AEP engine: it is not standalone and doesn't seem to be
relevant anymore. OpenSSL should have a better way to include 3rd
party engines: either completely and free or external. But including
a wrapper for a non-free wrapper in the code base does not make much
sense and could also be provided by the vendor.
ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/doc')
| -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 b0cea78cd3..1985924319 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
| @@ -24,7 +24,6 @@ engine - ENGINE cryptographic module support | |||
| 24 | void ENGINE_load_openssl(void); | 24 | void ENGINE_load_openssl(void); |
| 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_aep(void); | ||
| 28 | void ENGINE_load_chil(void); | 27 | void ENGINE_load_chil(void); |
| 29 | void ENGINE_load_gmp(void); | 28 | void ENGINE_load_gmp(void); |
| 30 | void ENGINE_load_nuron(void); | 29 | void ENGINE_load_nuron(void); |
