Convert ASYNC code to use new Thread API
[openssl.git] / crypto / async / async_locl.h
index 4caf16db2c01fa5a691e44d450fbc280213838ec..7fa1f26c005c2795e53682578e63f6bd9de43c4a 100644 (file)
@@ -108,10 +108,9 @@ struct async_pool_st {
     size_t max_size;
 };
 
-int async_global_init(void);
 void async_local_cleanup(void);
-void async_global_cleanup(void);
 void async_start_func(void);
+async_ctx *async_get_ctx(void);
 
 void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx);