From 22169334b0f0f94cdfd64ac4e1891d9ccaba905b Mon Sep 17 00:00:00 2001 From: reyk <> Date: Mon, 14 Apr 2014 14:56:01 +0000 Subject: Remove the CAPI engine: It is a backend for the Windows CryptoAPI and could be maintained in an external package. "it should probably go" beck@ --- src/lib/libcrypto/engine/eng_all.c | 3 --- src/lib/libcrypto/engine/engine.h | 1 - 2 files changed, 4 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index f3c4cd9a1c..cf7d81d9ad 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c @@ -92,9 +92,6 @@ void ENGINE_load_builtin_engines(void) #ifndef OPENSSL_NO_GMP ENGINE_load_gmp(); #endif -#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG) - ENGINE_load_capi(); -#endif #endif ENGINE_register_all_complete(); } diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 51a18f3ee2..9f05b6d8f4 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h @@ -317,7 +317,6 @@ void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE void ENGINE_load_padlock(void); -void ENGINE_load_capi(void); #ifndef OPENSSL_NO_GMP void ENGINE_load_gmp(void); #endif -- cgit v1.2.3-55-g6feb