aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1998-12-28 17:35:02 +0000
committerBen Laurie <ben@openssl.org>1998-12-28 17:35:02 +0000
commit11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2 (patch)
tree34325002ddbcc44c9250af013b3d601d987ccc4e /Configure
parent9228157c07d60effab674f9b838855f0863110ea (diff)
downloadopenssl-11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2.zip
openssl-11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2.tar.gz
openssl-11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2.tar.bz2
Fix option listing.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configure b/Configure
index 300a3ac..6098af7 100755
--- a/Configure
+++ b/Configure
@@ -599,7 +599,6 @@ sub bad_target
my $j=0;
foreach my $i (sort keys %table)
{
- next if /^b-/;
print STDERR "\n" if ($j++ % 4) == 0;
printf(STDERR "%-18s ",$i);
}