Hello,

Please accept my patches for openssl 1.0.1e to enable building on Windows 7 
Win32 and Win64 architectures. The problems are that running mk1mf.pl on 
Windows gets confused by the carriage return for each EOL, and that there is a 
missing directory separator on the uplink-x86_64.pl that causes the scripts to 
fail. Perhaps these have already been incorporated into the repository head, 
but the bug with the carriage returns dates back over many versions of openssl, 
so perhaps the fix has not yet been incorporated?

diff mk1mf.pl openssl-1.0.1e/util/mk1mf.pl
330a331
>       s/\r$//; #remove carriage return too!

diff uplink-x86_64.pl openssl-1.0.1e/ms/uplink-x86_64.pl
5c5
< open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
---
> open OUT,"| \"$^X\" ${dir}/../crypto/perlasm/x86_64-xlate.pl $output";

Many thanks

Leigh
--
Leigh M. Smith
iZotope, Inc.
lsm...@izotope.com
+1 (646) 250-1134




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to