summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/extract-names.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/extract-names.pl')
-rw-r--r--crypto/openssl/util/extract-names.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/util/extract-names.pl b/crypto/openssl/util/extract-names.pl
index 9f2ad5e..744a8e2 100644
--- a/crypto/openssl/util/extract-names.pl
+++ b/crypto/openssl/util/extract-names.pl
@@ -10,6 +10,8 @@ while(<STDIN>) {
if (/ - /) {
s/ - .*//;
s/,[ \t]+/,/g;
+ s/^[ \t]+//g;
+ s/[ \t]+$//g;
push @words, split ',';
}
}
OpenPOWER on IntegriCloud