[openssl-dev] [openssl.org #4144] patch: Use '__sun' instead of 'sun' for strict ISO conforming, compiler/options

Kurt Roeckx via RT rt at openssl.org
Tue Nov 17 18:09:56 UTC 2015


On Tue, Nov 17, 2015 at 05:43:45PM +0000, Richard PALO via RT wrote:
> I'd like to propose the attached patch to 1.0.2d which avoids problems
> with strict ISO conforming compiler/options, which do not define 'sun' only
> '__sun' as usual... such as gcc/clang -std=c99

I fail to understand how this would cause any problems for you.
Also, we're not targetting C99, we're still at C89/C90 with some
extentions.  If a newer standard conflicts we should of course try
to fix it, but it build just as fine using gnu99 or gnu11 for me.


Kurt




More information about the openssl-dev mailing list