]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
one more empty line for code style consistency
authorwillmafh <willmafh@hotmail.com>
Tue, 3 Dec 2024 05:15:14 +0000 (13:15 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Dec 2024 14:27:51 +0000 (15:27 +0100)
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)

crypto/async/async_wait.c

index c5d000a03b6337dc8c59b1eb6c43f5776c66c041..cf4db49dae393735b559a939f049ea382ead0aa0 100644 (file)
@@ -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 *,