summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/extract-names.pl
diff options
context:
space:
mode:
authormarkus <>2003-11-11 21:22:16 +0000
committermarkus <>2003-11-11 21:22:16 +0000
commit76b1d16ba9a90ba98e7cfdc332eb843f02c06a1c (patch)
treed1040402fafba2f4dbd37a457c887c9de67e53d8 /src/lib/libcrypto/util/extract-names.pl
parent27beab09ce1132874e9b43de593ba042bb22112e (diff)
parentfd84abe5019daf5a6869e1d12702e3e11b7a81bc (diff)
downloadopenbsd-76b1d16ba9a90ba98e7cfdc332eb843f02c06a1c.tar.gz
openbsd-76b1d16ba9a90ba98e7cfdc332eb843f02c06a1c.tar.bz2
openbsd-76b1d16ba9a90ba98e7cfdc332eb843f02c06a1c.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/util/extract-names.pl')
-rw-r--r--src/lib/libcrypto/util/extract-names.pl4
1 files changed, 2 insertions, 2 deletions
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(<STDIN>) {
9 } elsif ($name) { 9 } elsif ($name) {
10 if (/ - /) { 10 if (/ - /) {
11 s/ - .*//; 11 s/ - .*//;
12 s/[ \t,]+/ /g; 12 s/,[ \t]+/,/g;
13 push @words, split ' '; 13 push @words, split ',';
14 } 14 }
15 } 15 }
16 if (/^=head1 *NAME *$/) { 16 if (/^=head1 *NAME *$/) {