diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 | ||||
| -rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
2 files changed, 0 insertions, 4 deletions
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) | |||
| 92 | #ifndef OPENSSL_NO_GMP | 92 | #ifndef OPENSSL_NO_GMP |
| 93 | ENGINE_load_gmp(); | 93 | ENGINE_load_gmp(); |
| 94 | #endif | 94 | #endif |
| 95 | #if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG) | ||
| 96 | ENGINE_load_capi(); | ||
| 97 | #endif | ||
| 98 | #endif | 95 | #endif |
| 99 | ENGINE_register_all_complete(); | 96 | ENGINE_register_all_complete(); |
| 100 | } | 97 | } |
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); | |||
| 317 | void ENGINE_load_dynamic(void); | 317 | void ENGINE_load_dynamic(void); |
| 318 | #ifndef OPENSSL_NO_STATIC_ENGINE | 318 | #ifndef OPENSSL_NO_STATIC_ENGINE |
| 319 | void ENGINE_load_padlock(void); | 319 | void ENGINE_load_padlock(void); |
| 320 | void ENGINE_load_capi(void); | ||
| 321 | #ifndef OPENSSL_NO_GMP | 320 | #ifndef OPENSSL_NO_GMP |
| 322 | void ENGINE_load_gmp(void); | 321 | void ENGINE_load_gmp(void); |
| 323 | #endif | 322 | #endif |
