summaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-29 10:55:43 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-29 10:55:43 +0000
commitbb11c2824642d8263f664f19ca870d5e99ebd485 (patch)
tree322633707e9b6be3a43d827c811a53b571868fe0 /crypto/engine/engine.h
parent8d9f136d064294fb05152cc88a1e5f1d0f93fbe3 (diff)
Minor clean-up in crypto/engine.
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index a2067dcda2..56aaa594ed 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -327,16 +327,18 @@ void ENGINE_load_aep(void);
void ENGINE_load_atalla(void);
void ENGINE_load_chil(void);
void ENGINE_load_cswift(void);
-#ifndef OPENSSL_NO_GMP
-void ENGINE_load_gmp(void);
-#endif
void ENGINE_load_nuron(void);
void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
+void ENGINE_load_padlock(void);
+#ifndef OPENSSL_NO_GMP
+void ENGINE_load_gmp(void);
+#endif
+#ifndef OPENSSL_NO_GOST
void ENGINE_load_gost(void);
#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