kmx git
login
register
kc3-lang
/
libressl
/
patches/tlsexttest.c.patch
patches/tlsexttest.c.patch
Log
Author
Commit
Date
CI
Message
861a6ca1
2017-12-30T20:15:56
Modify regress tests/tlsexttest.c for 0 sized array - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
512573f0
2017-09-03T00:51:08
Add patch for regress tlsexttest Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.