Fix a bogus clang warning
authorMatt Caswell <matt@openssl.org>
Thu, 22 Oct 2015 14:13:20 +0000 (15:13 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commit006207d1bc39335b9cb474e6c9a4ca96a33bae46
tree0a258e80b92bfc9454571bb3173d2178c4926faf
parentc9de4a20fa21101208cf311c5437d9c358ba1f07
Fix a bogus clang warning

Clang with --strict-warnings was complaining about an uninitalised
variable. In reality it will never be used uninitialised but clang can't
figure out the logic, so just init it anyway to silence the warning.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem.c