From e4ef2e25f11de9c3d729be15bef693a815c3dfe4 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 10 Feb 2016 11:10:39 -0500 Subject: Remove "experimental" in code and comments, too. Thanks to Viktor for additional review. Reviewed-by: Richard Levitte --- util/mk1mf.pl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'util') diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 085db5f4c5..41aa0ecab6 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -1480,18 +1480,6 @@ sub read_options if (exists $valid_options{$t}) {return 1;} return 0; - } - # experimental-xxx is mostly like enable-xxx, but opensslconf.v - # will still set OPENSSL_NO_xxx unless we set OPENSSL_EXPERIMENTAL_xxx. - # (No need to fail if we don't know the algorithm -- this is for adventurous users only.) - elsif (/^experimental-/) - { - my $algo, $ALGO; - ($algo = $_) =~ s/^experimental-//; - ($ALGO = $algo) =~ tr/[a-z]/[A-Z]/; - - $xcflags="-DOPENSSL_EXPERIMENTAL_$ALGO $xcflags"; - } elsif (/^([^=]*)=(.*)$/){ $VARS{$1}=$2; } elsif (/^-[lL].*$/) { $l_flags.="$_ "; } -- cgit v1.2.3