[openssl.org #3057] [PATCH] Fix POD errors with pod2man from Perl 5.18.

2013-05-30 Thread Jonathan Liu via RT
--- doc/apps/cms.pod| 12 ++-- doc/apps/smime.pod | 12 ++-- doc/crypto/OPENSSL_ia32cap.pod | 10 +- doc/ssl/SSL_COMP_add_compression_method.pod | 4 ++-- doc/ssl/SSL_CTX_add_session.pod | 4

[PATCH] Fix POD errors with pod2man from Perl 5.18.

2013-05-29 Thread Jonathan Liu
--- doc/apps/cms.pod| 12 ++-- doc/apps/smime.pod | 12 ++-- doc/crypto/OPENSSL_ia32cap.pod | 10 +- doc/ssl/SSL_COMP_add_compression_method.pod | 4 ++-- doc/ssl/SSL_CTX_add_session.pod | 4

Re: Compile error with MinGW-w64

2012-04-20 Thread Jonathan Liu
On 16/04/2012 2:31 AM, Andy Polyakov wrote: What happens if you add wait; at the very end of crypto/asm/sha1-x86_64.pl? It just hangs. 'which perl'? If not /bin/perl, i.e. non-MSYS perl, then I'd suggest to complement MSYS installation with MSYS perl. It works with MSYS perl. Thanks. I was

Re: Compile error with MinGW-w64

2012-04-15 Thread Jonathan Liu
On 14/04/2012 12:50 AM, Andy Polyakov wrote: What happens if you add wait; at the very end of crypto/asm/sha1-x86_64.pl? It just hangs. Regards, Jonathan __ OpenSSL Project

Re: Compile error with MinGW-w64

2012-04-13 Thread Jonathan Liu
On 30/03/2012 4:09 AM, Andy Polyakov wrote: I am having some trouble compiling OpenSSL 1.0.1 with MinGW-w64 under MSYS with the following commands: ./Configure mingw64 shared make Error output: perl asm/sha1-x86_64.pl mingw64 sha1-x86_64.s gcc -I.. -I../.. -I../modes -I../asn1 -I../evp

Re: Compile error with MinGW-w64

2012-04-13 Thread Jonathan Liu
On 30/03/2012 4:09 AM, Andy Polyakov wrote: I am having some trouble compiling OpenSSL 1.0.1 with MinGW-w64 under MSYS with the following commands: ./Configure mingw64 shared make Error output: perl asm/sha1-x86_64.pl mingw64 sha1-x86_64.s gcc -I.. -I../.. -I../modes -I../asn1 -I../evp

Compile error with MinGW-w64

2012-03-28 Thread Jonathan Liu
Hello, I am having some trouble compiling OpenSSL 1.0.1 with MinGW-w64 under MSYS with the following commands: ./Configure mingw64 shared make Error output: perl asm/sha1-x86_64.pl mingw64 sha1-x86_64.s gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -D_WINDLL -DOPENSSL_PIC