diff options
author | reyk <> | 2014-04-14 09:36:26 +0000 |
---|---|---|
committer | reyk <> | 2014-04-14 09:36:26 +0000 |
commit | e644cfa286282f1be26241bb1e862d985d38820b (patch) | |
tree | 6bc2631d25ee7ca72133bc5fee3867f226a423d7 /src/lib/libcrypto/doc/engine.pod | |
parent | 8db6bc9c33d85a7fb79ed35c3e698afb084dd5b4 (diff) | |
download | openbsd-e644cfa286282f1be26241bb1e862d985d38820b.tar.gz openbsd-e644cfa286282f1be26241bb1e862d985d38820b.tar.bz2 openbsd-e644cfa286282f1be26241bb1e862d985d38820b.zip |
Remove the nCipher CHIL engine. It is not standalone and depends on
external libraries that aren't covered by the same license.
Diffstat (limited to 'src/lib/libcrypto/doc/engine.pod')
-rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 1985924319..4b4d76f3e4 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_chil(void); | ||
28 | void ENGINE_load_gmp(void); | 27 | void ENGINE_load_gmp(void); |
29 | void ENGINE_load_nuron(void); | 28 | void ENGINE_load_nuron(void); |
30 | #endif | 29 | #endif |
@@ -316,8 +315,6 @@ functions, eg. | |||
316 | 315 | ||
317 | /* Make the "dynamic" ENGINE available */ | 316 | /* Make the "dynamic" ENGINE available */ |
318 | void ENGINE_load_dynamic(void); | 317 | void ENGINE_load_dynamic(void); |
319 | /* Make support for nCipher's "CHIL" hardware available */ | ||
320 | void ENGINE_load_chil(void); | ||
321 | ... | 318 | ... |
322 | /* Make ALL ENGINE implementations bundled with OpenSSL available */ | 319 | /* Make ALL ENGINE implementations bundled with OpenSSL available */ |
323 | void ENGINE_load_builtin_engines(void); | 320 | void ENGINE_load_builtin_engines(void); |