X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=include%2Fopenssl%2Fasync.h;h=5223aadf37369bd3cf2dfd02be666a7121167b94;hb=316fae2a948afc1eb3a6d3d8b294156c011df133;hp=d130a364a75760c69bcd289ffb050cf76c6a3cfa;hpb=8d35ceb98f3dbd55cf55edc3d2a814d0dd6d520d;p=openssl.git diff --git a/include/openssl/async.h b/include/openssl/async.h index d130a364a7..5223aadf37 100644 --- a/include/openssl/async.h +++ b/include/openssl/async.h @@ -1,4 +1,3 @@ -/* include/openssl/async.h */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ @@ -51,11 +50,11 @@ * ==================================================================== */ +#include + #ifndef HEADER_ASYNC_H # define HEADER_ASYNC_H -#include - #if defined(_WIN32) #include #define OSSL_ASYNC_FD HANDLE @@ -75,8 +74,6 @@ typedef struct async_job_st ASYNC_JOB; #define ASYNC_PAUSE 2 #define ASYNC_FINISH 3 -int ASYNC_init(int init_thread, size_t max_size, size_t init_size); -void ASYNC_cleanup(int cleanupthread); int ASYNC_init_thread(size_t max_size, size_t init_size); void ASYNC_cleanup_thread(void);