From: willmafh Date: Tue, 3 Dec 2024 05:15:14 +0000 (+0800) Subject: one more empty line for code style consistency X-Git-Tag: openssl-3.5.0-alpha1~850 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df6a69a85024b4d96e367e40a3434f59ba68a3ff;p=thirdparty%2Fopenssl.git 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) --- diff --git a/crypto/async/async_wait.c b/crypto/async/async_wait.c index c5d000a03b6..cf4db49dae3 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 *,