diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-06-06 21:38:34 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-06-06 21:38:34 +0000 |
commit | f2c8f580eb02fc9ff060de5b242c825113c7a065 (patch) | |
tree | 7460a2f03d55727ed838007481f297661f500d1f /crypto/engine/engine.h | |
parent | ba41f50577c8e3dd55fc4ca3950a7124fd3231db (diff) |
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r-- | crypto/engine/engine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index d4bc1efc794c..b4e0444fb810 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -335,15 +335,15 @@ void ENGINE_load_gmp(void); void ENGINE_load_nuron(void); void ENGINE_load_sureware(void); void ENGINE_load_ubsec(void); -#endif -void ENGINE_load_cryptodev(void); -void ENGINE_load_padlock(void); -void ENGINE_load_builtin_engines(void); #ifdef OPENSSL_SYS_WIN32 #ifndef OPENSSL_NO_CAPIENG void ENGINE_load_capi(void); #endif #endif +#endif +void ENGINE_load_cryptodev(void); +void ENGINE_load_padlock(void); +void ENGINE_load_builtin_engines(void); /* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation * "registry" handling. */ |