From df6a69a85024b4d96e367e40a3434f59ba68a3ff Mon Sep 17 00:00:00 2001 From: willmafh Date: Tue, 3 Dec 2024 13:15:14 +0800 Subject: [PATCH] one more empty line for code style consistency CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26095) --- crypto/async/async_wait.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/async/async_wait.c b/crypto/async/async_wait.c index c5d000a03b..cf4db49dae 100644 --- a/crypto/async/async_wait.c +++ b/crypto/async/async_wait.c @@ -40,6 +40,7 @@ void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx) OPENSSL_free(ctx); } + int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD fd, void *custom_data, void (*cleanup)(ASYNC_WAIT_CTX *, const void *,