diff options
author | reyk <> | 2014-04-14 09:36:26 +0000 |
---|---|---|
committer | reyk <> | 2014-04-14 09:36:26 +0000 |
commit | 10e4816996f9482d6205b7b6ff1e51e7a313e92b (patch) | |
tree | 6bc2631d25ee7ca72133bc5fee3867f226a423d7 /src/lib/libcrypto/doc/engine.pod | |
parent | 11446f8c78568cc1e63325f8674e405ede0f5259 (diff) | |
download | openbsd-10e4816996f9482d6205b7b6ff1e51e7a313e92b.tar.gz openbsd-10e4816996f9482d6205b7b6ff1e51e7a313e92b.tar.bz2 openbsd-10e4816996f9482d6205b7b6ff1e51e7a313e92b.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); |