diff options
author | Matt Caswell <matt@openssl.org> | 2016-01-19 13:06:33 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-01-19 23:29:32 +0100 |
commit | a8eda4312db1f98cffda38670e2d40d36566785a (patch) | |
tree | ddcc2cf5b264bcf3d8736b7d5aa7166808a60dae /crypto | |
parent | Fix BSD -rpath parameter (diff) | |
download | openssl-a8eda4312db1f98cffda38670e2d40d36566785a.tar.xz openssl-a8eda4312db1f98cffda38670e2d40d36566785a.zip |
Remove the GOST engine
The GOST engine is now out of date and is removed by this commit. An up
to date GOST engine is now being maintained in an external repository.
See:
https://wiki.openssl.org/index.php/Binaries
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/engine/eng_all.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c index 2c2353a3f0..74cde879ae 100644 --- a/crypto/engine/eng_all.c +++ b/crypto/engine/eng_all.c @@ -86,9 +86,6 @@ void ENGINE_load_builtin_engines(void) ENGINE_load_padlock(); # endif # endif -# ifndef OPENSSL_NO_GOST - ENGINE_load_gost(); -# endif # if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG) ENGINE_load_capi(); # endif |