projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Compile in gost engine.
[openssl.git]
/
crypto
/
engine
/
eng_all.c
diff --git
a/crypto/engine/eng_all.c
b/crypto/engine/eng_all.c
index
86b2f9a
..
36ec2eb
100644
(file)
--- 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();