aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modify regress tests/tlsexttest.c for 0 sized arraykinichiro2017-12-301-3/+73
| | | | - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
* Add patch for regress tlsexttestkinichiro2017-09-031-0/+41
Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.