[openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2014-09-09 Thread Rich Salz via RT
Local config error. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

RE: [openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-19 Thread dave
Thanks; that made it worse, though, and it doesn't build: .\apps\s_cb.c(731) : error C2027: use of undefined type 'in6_addr' .\apps\s_cb.c(731) : see declaration of 'in6_addr' (which somehow reminds me of a bug fixed a couple versions ago) But I do think you are on to the underlying

RE: [openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-19 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of dave via RT Sent: Wednesday, 18 May, 2011 16:54 Thanks; that made it worse, though, and it doesn't build: .\apps\s_cb.c(731) : error C2027: use of undefined type 'in6_addr' .\apps\s_cb.c(731) : see declaration of 'in6_addr' (which

[openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread dave via RT
configuration: * openssl 1.0.0.d * Win32, VC6 * static library (I don't know if the problem is confined to that configuration, but it's what I'm using). There appear to be two versions of opensslconf.h that are generated from the Configure script. One is placed in ./include/openssl, and

Re: [openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread Richard Levitte - VMS Whacker via RT
I suggest you remove all files in include/openssl/, then rebuild. The reason for your problem is that the distribution contains a bunch of symlinks, like this: lrwxrwxrwx openssl/openssl 0 2011-02-08 18:13 openssl-1.0.0d/include/openssl/opensslconf.h - ../../crypto/opensslconf.h On

RE: [openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread dave via RT
Thanks; that made it worse, though, and it doesn't build: .\apps\s_cb.c(731) : error C2027: use of undefined type 'in6_addr' .\apps\s_cb.c(731) : see declaration of 'in6_addr' (which somehow reminds me of a bug fixed a couple versions ago) But I do think you are on to the underlying

[openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread Stephen Henson via RT
[d...@ziggurat29.com - Wed May 18 22:54:12 2011]: Thanks; that made it worse, though, and it doesn't build: .\apps\s_cb.c(731) : error C2027: use of undefined type 'in6_addr' .\apps\s_cb.c(731) : see declaration of 'in6_addr' (which somehow reminds me of a bug fixed a couple

[openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread Stephen Henson via RT
[d...@ziggurat29.com - Wed May 18 22:54:12 2011]: Thanks; that made it worse, though, and it doesn't build: .\apps\s_cb.c(731) : error C2027: use of undefined type 'in6_addr' .\apps\s_cb.c(731) : see declaration of 'in6_addr' (which somehow reminds me of a bug fixed a couple