diff options
Diffstat (limited to 'lib/libcrypto/engine/engine.h')
| -rw-r--r-- | lib/libcrypto/engine/engine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h index e99ad750e47..79a21af7b80 100644 --- a/lib/libcrypto/engine/engine.h +++ b/lib/libcrypto/engine/engine.h @@ -318,7 +318,6 @@ void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE void ENGINE_load_padlock(void); #endif -void ENGINE_load_cryptodev(void); void ENGINE_load_rsax(void); void ENGINE_load_builtin_engines(void); @@ -707,10 +706,6 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, * values. */ void *ENGINE_get_static_state(void); -#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV) -void ENGINE_setup_bsd_cryptodev(void); -#endif - /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. |
