summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/util
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2004-04-07 20:41:31 +0000
committermarkus <markus@openbsd.org>2004-04-07 20:41:31 +0000
commit720b416ea62ccf94a49244989158e01e106ea3b5 (patch)
tree4e971173d0a7be3dea4fa189ea7330fe1640c3e0 /lib/libssl/src/util
parentremove -D option which had no effect whatsover (diff)
downloadwireguard-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.pl2
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 ',';
}
}