diff options
author | Ben Laurie <ben@openssl.org> | 1998-12-28 17:35:02 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1998-12-28 17:35:02 +0000 |
commit | 11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2 (patch) | |
tree | 34325002ddbcc44c9250af013b3d601d987ccc4e /Configure | |
parent | 9228157c07d60effab674f9b838855f0863110ea (diff) | |
download | openssl-new-11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2.tar.gz |
Fix option listing.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |