aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_all.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-09-21 13:07:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-09-21 13:07:57 +0000
commitffa5ebf3f4afe639bd2abbe367ca2c8557d9c866 (patch)
treebbed25976fc4b0328a8c16bfc103e34e8e62f640 /crypto/engine/eng_all.c
parent926c41bd293461df485e1ccde391ef471abf86c1 (diff)
downloadopenssl-ffa5ebf3f4afe639bd2abbe367ca2c8557d9c866.tar.gz
Compile in gost engine.
Diffstat (limited to 'crypto/engine/eng_all.c')
-rw-r--r--crypto/engine/eng_all.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c
index 86b2f9a1c3..36ec2ebbdb 100644
--- a/crypto/engine/eng_all.c
+++ b/crypto/engine/eng_all.c
@@ -98,6 +98,9 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_HW_PADLOCK
ENGINE_load_padlock();
#endif
+#ifndef OPENSSL_NO_GOST
+ ENGINE_load_gost();
+#endif
#endif
#if defined(__OpenBSD__) || defined(__FreeBSD__)
ENGINE_load_cryptodev();