That change makes no sense to me. What is it supposed to fix, and how does it help ignore leading null fields?
In message <[email protected]> on Fri, 3 Dec 2010 20:31:35 +0100 (CET), "Dr. Stephen Henson" <[email protected]> said: steve> OpenSSL CVS Repository steve> http://cvs.openssl.org/ steve> ____________________________________________________________________________ steve> steve> Server: cvs.openssl.org Name: Dr. Stephen Henson steve> Root: /v/openssl/cvs Email: [email protected] steve> Module: openssl Date: 03-Dec-2010 20:31:34 steve> Branch: HEAD Handle: 2010120319313400 steve> steve> Modified files: steve> openssl/util mk1mf.pl steve> steve> Log: steve> ignore leading null fields steve> steve> Summary: steve> Revision Changes Path steve> 1.105 +1 -1 openssl/util/mk1mf.pl steve> ____________________________________________________________________________ steve> steve> patch -p0 <<'@@ .' steve> Index: openssl/util/mk1mf.pl steve> ============================================================================ steve> $ cvs diff -u -r1.104 -r1.105 mk1mf.pl steve> --- openssl/util/mk1mf.pl 2 Sep 2010 17:45:23 -0000 1.104 steve> +++ openssl/util/mk1mf.pl 3 Dec 2010 19:31:34 -0000 1.105 steve> @@ -679,7 +679,7 @@ steve> $rules.= &do_lib_rule("\$(SSLOBJ)","\$(O_SSL)",$ssl,$shlib,"\$(SO_SSL)"); steve> $rules.= &do_lib_rule("\$(CRYPTOOBJ)","\$(O_CRYPTO)",$crypto,$shlib,"\$(SO_CRYPTO)"); steve> steve> -foreach (split(/\s+/,$otherlibs)) steve> +foreach (split(" ",$otherlibs)) steve> { steve> my $uc = $_; steve> $uc =~ tr /a-z/A-Z/; steve> @@ . steve> ______________________________________________________________________ steve> OpenSSL Project http://www.openssl.org steve> CVS Repository Commit List [email protected] steve> Automated List Manager [email protected] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
