aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.