diff options
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index e99ad750e4..79a21af7b8 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -318,7 +318,6 @@ 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 | #endif | 320 | #endif |
321 | void ENGINE_load_cryptodev(void); | ||
322 | void ENGINE_load_rsax(void); | 321 | void ENGINE_load_rsax(void); |
323 | void ENGINE_load_builtin_engines(void); | 322 | void ENGINE_load_builtin_engines(void); |
324 | 323 | ||
@@ -707,10 +706,6 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, | |||
707 | * values. */ | 706 | * values. */ |
708 | void *ENGINE_get_static_state(void); | 707 | void *ENGINE_get_static_state(void); |
709 | 708 | ||
710 | #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV) | ||
711 | void ENGINE_setup_bsd_cryptodev(void); | ||
712 | #endif | ||
713 | |||
714 | /* BEGIN ERROR CODES */ | 709 | /* BEGIN ERROR CODES */ |
715 | /* The following lines are auto generated by the script mkerr.pl. Any changes | 710 | /* The following lines are auto generated by the script mkerr.pl. Any changes |
716 | * made after this point may be overwritten when the script is next run. | 711 | * made after this point may be overwritten when the script is next run. |