X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasync%2Farch%2Fasync_null.h;h=e9344f5874aaa57e921e313fdf0117826c9341be;hp=796a13dd15732a5f4aa787c2d1c94cc3f876d8d0;hb=636ca4ff64d0c512b5f9e01ddc644e5f7661849e;hpb=134b28f883b0a24c625600b328f4c5750c849a24 diff --git a/crypto/async/arch/async_null.h b/crypto/async/arch/async_null.h index 796a13dd15..e9344f5874 100644 --- a/crypto/async/arch/async_null.h +++ b/crypto/async/arch/async_null.h @@ -63,15 +63,14 @@ typedef struct async_fibre_st { int dummy; -} ASYNC_FIBRE; +} async_fibre; - -# define ASYNC_set_ctx(nctx) 0 -# define ASYNC_get_ctx() ((ASYNC_CTX *)NULL) -# define ASYNC_FIBRE_swapcontext(o,n,r) 0 -# define ASYNC_FIBRE_makecontext(c) -# define ASYNC_FIBRE_free(f) -# define ASYNC_FIBRE_init_dispatcher(f) +# define async_set_ctx(nctx) 0 +# define async_get_ctx() ((async_ctx *)NULL) +# define async_fibre_swapcontext(o,n,r) 0 +# define async_fibre_makecontext(c) +# define async_fibre_free(f) +# define async_fibre_init_dispatcher(f) #endif