summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-09-21 13:24:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-09-21 13:24:46 +0000
commit44181ea836babb486a0bd2a8488fcf9819fc9e64 (patch)
treeb31879a7ca78c77448788189bc17588ee008f02b /crypto
parentc80c7bf999e8d80edee0bbde8e1d4fe690d6ec85 (diff)
Add missing prototype. Fix various warnings (C++ comments, ; outside function).
Diffstat (limited to 'crypto')
-rw-r--r--crypto/engine/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index eda9752f54..bf35eab171 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -336,6 +336,7 @@ void ENGINE_load_ubsec(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