diff options
author | Emilia Kasper <emilia@openssl.org> | 2017-02-28 14:54:07 +0100 |
---|---|---|
committer | Emilia Kasper <emilia@openssl.org> | 2017-02-28 15:26:56 +0100 |
commit | 8a05d6bb264eefe224966a4c6415a173ad58861d (patch) | |
tree | 52b92d8635587777781edc0391183a1d798e5705 /Configure | |
parent | b53338cbf8822dd774f9e4057307f347d2b63ff0 (diff) | |
download | openssl-new-8a05d6bb264eefe224966a4c6415a173ad58861d.tar.gz |
More Configure cleanup. Remove
- util/incore
- util/fipslink.pl
- the unused "baseaddr" configure switch
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -302,7 +302,6 @@ $config{openssldir}=""; $config{processor}=""; $config{libdir}=""; $config{cross_compile_prefix}=""; -$config{baseaddr}="0xFB00000"; my $auto_threads=1; # enable threads automatically? true by default my $default_ranlib; @@ -730,10 +729,6 @@ while (@argvcopy) { $withargs{fuzzer_include}=$1; } - elsif (/^--with-baseaddr=(.*)$/) - { - $config{baseaddr}="$1"; - } elsif (/^--cross-compile-prefix=(.*)$/) { $config{cross_compile_prefix}=$1; |