From e644cfa286282f1be26241bb1e862d985d38820b Mon Sep 17 00:00:00 2001 From: reyk <> Date: Mon, 14 Apr 2014 09:36:26 +0000 Subject: Remove the nCipher CHIL engine. It is not standalone and depends on external libraries that aren't covered by the same license. --- src/lib/libcrypto/engine/eng_all.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/engine/eng_all.c') 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) ENGINE_load_dynamic(); #ifndef OPENSSL_NO_STATIC_ENGINE #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_NCIPHER - ENGINE_load_chil(); -#endif #ifndef OPENSSL_NO_HW_NURON ENGINE_load_nuron(); #endif -- cgit v1.2.3-55-g6feb