Make the ASYNC code default libctx aware
[openssl.git] / crypto / async / async_local.h
index 549a27e61143328bc599b93df15bfc8b9cf82d1b..f2f0a561867463ca5c1e1e2ceb7510aff7ccdf21 100644 (file)
@@ -43,6 +43,7 @@ struct async_job_st {
     int ret;
     int status;
     ASYNC_WAIT_CTX *waitctx;
+    OPENSSL_CTX *libctx;
 };
 
 struct fd_lookup_st {