projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
420ce9e
)
ignore leading null fields
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 3 Dec 2010 19:31:34 +0000
(19:31 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 3 Dec 2010 19:31:34 +0000
(19:31 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 68a415a399c64c687544cc9a7a508d1b28f3e260..afe8c7326ddbc38025e192be9993212db3167a1c 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-679,7
+679,7
@@
foreach (split(/\s+/,$engines))
$rules.= &do_lib_rule("\$(SSLOBJ)","\$(O_SSL)",$ssl,$shlib,"\$(SO_SSL)");
$rules.= &do_lib_rule("\$(CRYPTOOBJ)","\$(O_CRYPTO)",$crypto,$shlib,"\$(SO_CRYPTO)");
-foreach (split(
/\s+/
,$otherlibs))
+foreach (split(
" "
,$otherlibs))
{
my $uc = $_;
$uc =~ tr /a-z/A-Z/;