diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-22 14:06:16 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-22 16:37:46 +0100 |
commit | 93e3d3f3ff5013a900e1719bfc03794deb8db099 (patch) | |
tree | 194b0aa5e3b70cb6dbd997498933692ede022017 /Configure | |
parent | Clean away $zlib since with have $disabled{zlib} (diff) | |
download | openssl-93e3d3f3ff5013a900e1719bfc03794deb8db099.tar.xz openssl-93e3d3f3ff5013a900e1719bfc03794deb8db099.zip |
Clean away $no_rfc3779 since we don't appear to use it at all
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -209,7 +209,6 @@ $config{fipslibdir}="/usr/local/ssl/fips-2.0/lib/"; my $nofipscanistercheck=0; $config{baseaddr}="0xFB00000"; my $threads=0; -my $no_rfc3779=0; my $no_asm=0; my $no_dso=0; my $default_ranlib; |