Fix clang uninitialized variable warning.
authorAdam Eijdenberg <adam.eijdenberg@gmail.com>
Tue, 4 Aug 2015 23:29:07 +0000 (16:29 -0700)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Aug 2015 21:45:29 +0000 (22:45 +0100)
commite23a3fc8e38a889035bf0964c70c7699f4a38e5c
tree320736299730b06c0d25abfa147f68b738927436
parent04fe876b5616793b32e92e965a662bbbed7f71d1
Fix clang uninitialized variable warning.

We could just initialize it, but to be consistent with the rest of the file
it seemed to make more sense to just drop.

Reviewed-by: Ben Laurie <ben@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
test/packettest.c