diff options
author | 2004-04-07 20:41:31 +0000 | |
---|---|---|
committer | 2004-04-07 20:41:31 +0000 | |
commit | 720b416ea62ccf94a49244989158e01e106ea3b5 (patch) | |
tree | 4e971173d0a7be3dea4fa189ea7330fe1640c3e0 /lib/libssl/src/util | |
parent | remove -D option which had no effect whatsover (diff) | |
download | wireguard-openbsd-720b416ea62ccf94a49244989158e01e106ea3b5.tar.xz wireguard-openbsd-720b416ea62ccf94a49244989158e01e106ea3b5.zip |
import openssl-0.9.7d
Diffstat (limited to 'lib/libssl/src/util')
-rw-r--r-- | lib/libssl/src/util/extract-names.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/src/util/extract-names.pl b/lib/libssl/src/util/extract-names.pl index 9f2ad5ef166..744a8e2324e 100644 --- a/lib/libssl/src/util/extract-names.pl +++ b/lib/libssl/src/util/extract-names.pl @@ -10,6 +10,8 @@ while(<STDIN>) { if (/ - /) { s/ - .*//; s/,[ \t]+/,/g; + s/^[ \t]+//g; + s/[ \t]+$//g; push @words, split ','; } } |