From fd84abe5019daf5a6869e1d12702e3e11b7a81bc Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 11 Nov 2003 21:22:16 +0000 Subject: import 0.9.7c --- src/lib/libcrypto/util/extract-names.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/util/extract-names.pl') diff --git a/src/lib/libcrypto/util/extract-names.pl b/src/lib/libcrypto/util/extract-names.pl index d413a045cc..9f2ad5ef16 100644 --- a/src/lib/libcrypto/util/extract-names.pl +++ b/src/lib/libcrypto/util/extract-names.pl @@ -9,8 +9,8 @@ while() { } elsif ($name) { if (/ - /) { s/ - .*//; - s/[ \t,]+/ /g; - push @words, split ' '; + s/,[ \t]+/,/g; + push @words, split ','; } } if (/^=head1 *NAME *$/) { -- cgit v1.2.3-55-g6feb