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/engine/eng_all.c | |
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/engine/eng_all.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index 6402afb6cb..c9210fb514 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
@@ -82,9 +82,6 @@ void ENGINE_load_builtin_engines(void) | |||
82 | ENGINE_load_dynamic(); | 82 | ENGINE_load_dynamic(); |
83 | #ifndef OPENSSL_NO_STATIC_ENGINE | 83 | #ifndef OPENSSL_NO_STATIC_ENGINE |
84 | #ifndef OPENSSL_NO_HW | 84 | #ifndef OPENSSL_NO_HW |
85 | #ifndef OPENSSL_NO_HW_NCIPHER | ||
86 | ENGINE_load_chil(); | ||
87 | #endif | ||
88 | #ifndef OPENSSL_NO_HW_NURON | 85 | #ifndef OPENSSL_NO_HW_NURON |
89 | ENGINE_load_nuron(); | 86 | ENGINE_load_nuron(); |
90 | #endif | 87 | #endif |