Commit 7a93c858 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix compile failure with no-threads



The async code was causing a compile failure if no-threads was used.

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent 9391ba1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ typedef struct async_fibre_st {
# 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_makecontext(c)             0
# define async_fibre_free(f)
# define async_fibre_init_dispatcher(f)
# define async_get_pool()                       NULL