diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 69143b75eb..ba36974c45 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
@@ -27,7 +27,6 @@ engine - ENGINE cryptographic module support | |||
27 | void ENGINE_load_aep(void); | 27 | void ENGINE_load_aep(void); |
28 | void ENGINE_load_atalla(void); | 28 | void ENGINE_load_atalla(void); |
29 | void ENGINE_load_chil(void); | 29 | void ENGINE_load_chil(void); |
30 | void ENGINE_load_cswift(void); | ||
31 | void ENGINE_load_gmp(void); | 30 | void ENGINE_load_gmp(void); |
32 | void ENGINE_load_nuron(void); | 31 | void ENGINE_load_nuron(void); |
33 | #endif | 32 | #endif |
@@ -319,8 +318,6 @@ functions, eg. | |||
319 | 318 | ||
320 | /* Make the "dynamic" ENGINE available */ | 319 | /* Make the "dynamic" ENGINE available */ |
321 | void ENGINE_load_dynamic(void); | 320 | void ENGINE_load_dynamic(void); |
322 | /* Make the CryptoSwift hardware acceleration support available */ | ||
323 | void ENGINE_load_cswift(void); | ||
324 | /* Make support for nCipher's "CHIL" hardware available */ | 321 | /* Make support for nCipher's "CHIL" hardware available */ |
325 | void ENGINE_load_chil(void); | 322 | void ENGINE_load_chil(void); |
326 | ... | 323 | ... |
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index cf7d631a58..f38a73773c 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
@@ -88,9 +88,6 @@ void ENGINE_load_builtin_engines(void) | |||
88 | #ifndef OPENSSL_NO_HW_ATALLA | 88 | #ifndef OPENSSL_NO_HW_ATALLA |
89 | ENGINE_load_atalla(); | 89 | ENGINE_load_atalla(); |
90 | #endif | 90 | #endif |
91 | #ifndef OPENSSL_NO_HW_CSWIFT | ||
92 | ENGINE_load_cswift(); | ||
93 | #endif | ||
94 | #ifndef OPENSSL_NO_HW_NCIPHER | 91 | #ifndef OPENSSL_NO_HW_NCIPHER |
95 | ENGINE_load_chil(); | 92 | ENGINE_load_chil(); |
96 | #endif | 93 | #endif |
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 56175d3f67..289ac5cdac 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -336,7 +336,6 @@ void ENGINE_load_dynamic(void); | |||
336 | void ENGINE_load_aep(void); | 336 | void ENGINE_load_aep(void); |
337 | void ENGINE_load_atalla(void); | 337 | void ENGINE_load_atalla(void); |
338 | void ENGINE_load_chil(void); | 338 | void ENGINE_load_chil(void); |
339 | void ENGINE_load_cswift(void); | ||
340 | void ENGINE_load_nuron(void); | 339 | void ENGINE_load_nuron(void); |
341 | void ENGINE_load_padlock(void); | 340 | void ENGINE_load_padlock(void); |
342 | void ENGINE_load_capi(void); | 341 | void ENGINE_load_capi(void); |