one more empty line for code style consistency
CLA: trivial Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26095)
This commit is contained in:
parent
8a74ed5619
commit
df6a69a850
@ -40,6 +40,7 @@ void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx)
|
|||||||
|
|
||||||
OPENSSL_free(ctx);
|
OPENSSL_free(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
||||||
OSSL_ASYNC_FD fd, void *custom_data,
|
OSSL_ASYNC_FD fd, void *custom_data,
|
||||||
void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
|
void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user