Convert __thread to pthreads for Thread Local Storage
[openssl.git] / crypto / async / async_locl.h
index 1a98f36b79ffa2ed2cd5443d9f8775fb543f7c34..0a9c59fcfbc4ebae3f95da450c6f4f060f528366 100644 (file)
@@ -86,6 +86,7 @@ struct async_pool_st {
     size_t max_size;
 };
 
+int async_thread_local_init(void);
 void async_start_func(void);
 int async_pipe(OSSL_ASYNC_FD *pipefds);
 int async_close_fd(OSSL_ASYNC_FD fd);