Correctly initialise PACKET to zero in the tests to avoid possible problems
authorPauli <paul.dale@oracle.com>
Fri, 29 Mar 2019 08:42:37 +0000 (18:42 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 29 Mar 2019 10:52:01 +0000 (20:52 +1000)
commit72962d025f875ac35114ac090b878ee18b246144
tree4dd31617b30ff500a4d935d3fd2f5946583c4f9d
parent6fc1e6246f9b29334fd6dcb5b832e75cce7a2ecd
Correctly initialise PACKET to zero in the tests to avoid possible problems
with padding bytes.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8611)
test/clienthellotest.c
test/packettest.c
test/servername_test.c
test/sslapitest.c