On Sat, May 30, 2015 at 01:49:30AM +0000, Joy Tu (???) wrote:
> So the solution is to initialize the variable by myself or
> update the compiler to conformant with the C90 spec or
> force those global variable in the bss segment to be all 0's on my private OS?

Most likely your compiler will already put them in the bss.
Various programs will rely on the bss to be set to 0, so I suggest
you do that.

Kurt


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to