diff options
author | reyk <> | 2014-04-14 14:56:01 +0000 |
---|---|---|
committer | reyk <> | 2014-04-14 14:56:01 +0000 |
commit | 22169334b0f0f94cdfd64ac4e1891d9ccaba905b (patch) | |
tree | 332a88ab673eac8fb7565b6b2a6dce612d1c8e46 /src/lib/libcrypto/engine/eng_all.c | |
parent | 5977f7bc2c486cf4286457ca1bc58fbe2455144d (diff) | |
download | openbsd-22169334b0f0f94cdfd64ac4e1891d9ccaba905b.tar.gz openbsd-22169334b0f0f94cdfd64ac4e1891d9ccaba905b.tar.bz2 openbsd-22169334b0f0f94cdfd64ac4e1891d9ccaba905b.zip |
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@
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 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 | } |