Commit 7626fbf2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove some OPENSSL_NO_ASYNC guards in init



When config'd with "no-async" the ASYNC_NULL implementation is used, so
async symbols still exist. We should still init the NULL implementation so
that when we get the async ctx it is NULL rather than undefined.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 2110febb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment