diff options
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 9f05b6d8f4..425720e988 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_GMP | ||
321 | void ENGINE_load_gmp(void); | ||
322 | #endif | ||
323 | #ifndef OPENSSL_NO_GOST | 320 | #ifndef OPENSSL_NO_GOST |
324 | void ENGINE_load_gost(void); | 321 | void ENGINE_load_gost(void); |
325 | #endif | 322 | #endif |