From: Richard Levitte Date: Mon, 22 Feb 2016 13:06:16 +0000 (+0100) Subject: Clean away $no_rfc3779 since we don't appear to use it at all X-Git-Tag: OpenSSL_1_1_0-pre4~553 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=93e3d3f3ff5013a900e1719bfc03794deb8db099 Clean away $no_rfc3779 since we don't appear to use it at all Reviewed-by: Rich Salz --- diff --git a/Configure b/Configure index 680b5a3d3f..ba3d844a15 100755 --- a/Configure +++ b/Configure @@ -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;