diff options
Diffstat (limited to 'src/lib/libcrypto/engine')
-rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index 2fbfc448fd..f318ea69c4 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
@@ -86,9 +86,6 @@ void ENGINE_load_builtin_engines(void) | |||
86 | ENGINE_load_padlock(); | 86 | ENGINE_load_padlock(); |
87 | #endif | 87 | #endif |
88 | #endif | 88 | #endif |
89 | #ifndef OPENSSL_NO_GOST | ||
90 | ENGINE_load_gost(); | ||
91 | #endif | ||
92 | #endif | 89 | #endif |
93 | ENGINE_register_all_complete(); | 90 | ENGINE_register_all_complete(); |
94 | } | 91 | } |
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 425720e988..096c271b61 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -317,9 +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 | #ifndef OPENSSL_NO_GOST | ||
321 | void ENGINE_load_gost(void); | ||
322 | #endif | ||
323 | #endif | 320 | #endif |
324 | void ENGINE_load_cryptodev(void); | 321 | void ENGINE_load_cryptodev(void); |
325 | void ENGINE_load_rsax(void); | 322 | void ENGINE_load_rsax(void); |