Fix use before init warnings in asynctest
authorMatt Caswell <matt@openssl.org>
Mon, 29 Feb 2016 13:07:28 +0000 (13:07 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 29 Feb 2016 13:07:28 +0000 (13:07 +0000)
commit174a74ef0b089b087023357b94548a60de0668f7
tree9df00d1296a8b9491a9d31393e64336b0ff0e045
parent83856523c1d07abbacc6bef0e33ad3a89aacbf2a
Fix use before init warnings in asynctest

If the tests fail early before an ASYNC_WAIT_CTX is created then there
can be a use before init problem in asynctest.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/asynctest.c