[openssl.org #2336] SKM_ASN1_SET_OF_d2i macro is broken

2014-09-08 Thread Rich Salz via RT
As described in the ticket, this got fixed. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@ope

[openssl.org #2336] SKM_ASN1_SET_OF_d2i macro is broken

2010-09-13 Thread Mattias Ellert via RT
Hi! The attached test file does not compile: $ gcc -o test.o -c test.c test.c: In function 'd2i_X': test.c:28: warning: pointer type mismatch in conditional expression The problem can be tracked down to the SKM_ASN1_SET_OF_d2i in safestack.h. If the macro is changed as in the attached patch the