aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-23 07:30:19 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-23 07:30:19 +0000
commit08a638237d61382efe507dc27c34289d9605a964 (patch)
tree183dbd5254936c809d074d8c2acce7e67dfd3efe /crypto/engine/engine.h
parentd8cdd1567f36105f365714673166000f798c9709 (diff)
downloadopenssl-08a638237d61382efe507dc27c34289d9605a964.tar.gz
Allow for mingw cross-compile configuration.
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index bf35eab171..a2067dcda2 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -333,10 +333,10 @@ void ENGINE_load_gmp(void);
void ENGINE_load_nuron(void);
void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
+void ENGINE_load_gost(void);
#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_padlock(void);
-void ENGINE_load_gost(void);
void ENGINE_load_builtin_engines(void);
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation