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)
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>

No differences found