[openssl-dev] [openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2016-02-03 Thread Rich Salz via RT
old release, reason for change never justified/explained, closing the ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-30 Thread Stephen Henson via RT
On Fri May 30 16:27:14 2014, krys...@ica.cz wrote: > I added file "crypto/cms/cms_lcl.h" intovariable $crypto in source > file > util/mkdef.pl:339. > Again why did you need to do that? That makes a set of private internal only functions global which isn't something which should be done in OpenSSL

Re: [openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-30 Thread Libor Krystek via RT
I added file "crypto/cms/cms_lcl.h" intovariable $crypto in source file util/mkdef.pl:339. Then I called the following commands: perl util/mkdef.pl crypto update perl Configure enable-md2 VC-WIN32 ms\do_nasm nmake -f ms\ntdll_ica.mak with this result: link /nologo /subsystem:console /opt:ref /de

[openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-30 Thread Stephen Henson via RT
On Thu May 29 20:13:12 2014, krys...@ica.cz wrote: > Hello, > > I am sending patch that we have applied to the distribution of OpenSSL. > Why do you need that patch? What problems do you get without it? Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now av

Re: [openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-29 Thread Kurt Roeckx via RT
> diff -uNr openssl-1.0.1g/crypto/cms/cms_lcl.h > openssl-1.0.1g-ICA/crypto/cms/cms_lcl.h > --- openssl-1.0.1g/crypto/cms/cms_lcl.h 2014-03-17 17:14:20.0 > +0100 > +++ openssl-1.0.1g-ICA/crypto/cms/cms_lcl.h 2014-05-23 12:01:00.0 > +0200 > @@ -418,7 +418,7 @@ > DECLARE_A

[openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-29 Thread Libor Krystek via RT
Hello, I am sending patch that we have applied to the distribution of OpenSSL. Regards Libor Krystek diff -uNr openssl-1.0.1g/crypto/cms/cms_lcl.h openssl-1.0.1g-ICA/crypto/cms/cms_lcl.h --- openssl-1.0.1g/crypto/cms/cms_lcl.h 2014-03-17 17:14:20.0 +0100 +++ openssl-1.0.1g-ICA/crypto/cm