diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 1 | ||||
-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, 5 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index ba36974c45..b0cea78cd3 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
@@ -25,7 +25,6 @@ engine - ENGINE cryptographic module support | |||
25 | void ENGINE_load_dynamic(void); | 25 | void ENGINE_load_dynamic(void); |
26 | #ifndef OPENSSL_NO_STATIC_ENGINE | 26 | #ifndef OPENSSL_NO_STATIC_ENGINE |
27 | void ENGINE_load_aep(void); | 27 | void ENGINE_load_aep(void); |
28 | void ENGINE_load_atalla(void); | ||
29 | void ENGINE_load_chil(void); | 28 | void ENGINE_load_chil(void); |
30 | void ENGINE_load_gmp(void); | 29 | void ENGINE_load_gmp(void); |
31 | void ENGINE_load_nuron(void); | 30 | void ENGINE_load_nuron(void); |
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index f38a73773c..43fb3caf7d 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
@@ -85,9 +85,6 @@ void ENGINE_load_builtin_engines(void) | |||
85 | #ifndef OPENSSL_NO_HW_AEP | 85 | #ifndef OPENSSL_NO_HW_AEP |
86 | ENGINE_load_aep(); | 86 | ENGINE_load_aep(); |
87 | #endif | 87 | #endif |
88 | #ifndef OPENSSL_NO_HW_ATALLA | ||
89 | ENGINE_load_atalla(); | ||
90 | #endif | ||
91 | #ifndef OPENSSL_NO_HW_NCIPHER | 88 | #ifndef OPENSSL_NO_HW_NCIPHER |
92 | ENGINE_load_chil(); | 89 | ENGINE_load_chil(); |
93 | #endif | 90 | #endif |
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 289ac5cdac..948b5a18ff 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -334,7 +334,6 @@ void ENGINE_load_openssl(void); | |||
334 | void ENGINE_load_dynamic(void); | 334 | void ENGINE_load_dynamic(void); |
335 | #ifndef OPENSSL_NO_STATIC_ENGINE | 335 | #ifndef OPENSSL_NO_STATIC_ENGINE |
336 | void ENGINE_load_aep(void); | 336 | void ENGINE_load_aep(void); |
337 | void ENGINE_load_atalla(void); | ||
338 | void ENGINE_load_chil(void); | 337 | void ENGINE_load_chil(void); |
339 | void ENGINE_load_nuron(void); | 338 | void ENGINE_load_nuron(void); |
340 | void ENGINE_load_padlock(void); | 339 | void ENGINE_load_padlock(void); |