aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-01-19 12:06:33 +0000
committerMatt Caswell <matt@openssl.org>2016-01-19 22:29:32 +0000
commita8eda4312db1f98cffda38670e2d40d36566785a (patch)
treeddcc2cf5b264bcf3d8736b7d5aa7166808a60dae /util
parentc64879d3f3cc4c7f1c436a9fe3bd109847a23629 (diff)
downloadopenssl-a8eda4312db1f98cffda38670e2d40d36566785a.tar.gz
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 'util')
-rwxr-xr-xutil/libeay.num2
-rwxr-xr-xutil/mk1mf.pl1
2 files changed, 1 insertions, 2 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 33c1c4e91e..0e568e0beb 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -3790,7 +3790,7 @@ d2i_TS_ACCURACY 4194 1_1_0 EXIST::FUNCTION:
DSO_global_lookup 4195 1_1_0 EXIST::FUNCTION:
TS_CONF_set_tsa_name 4196 1_1_0 EXIST::FUNCTION:
i2d_ASN1_SET_ANY 4197 1_1_0 EXIST::FUNCTION:
-ENGINE_load_gost 4198 1_1_0 EXIST::FUNCTION:ENGINE,GOST,STATIC_ENGINE
+ENGINE_load_gost 4198 1_1_0 NOEXIST::FUNCTION:
WHIRLPOOL_BitUpdate 4199 1_1_0 EXIST::FUNCTION:WHIRLPOOL
ASN1_PCTX_get_flags 4200 1_1_0 EXIST::FUNCTION:
TS_TST_INFO_get_ext_by_NID 4201 1_1_0 EXIST::FUNCTION:
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 5b79ecd770..490df2891d 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1033,7 +1033,6 @@ sub var_add
return("") if $no_dsa && $dir =~ /\/dsa/;
return("") if $no_dh && $dir =~ /\/dh/;
return("") if $no_ec && $dir =~ /\/ec/;
- return("") if $no_gost && $dir =~ /\/ccgost/;
return("") if $no_cms && $dir =~ /\/cms/;
return("") if $no_jpake && $dir =~ /\/jpake/;
return("") if !$fips && $dir =~ /^fips/;