]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix OP_READ_FAIL_WAIT macro definition
authorAndrew Dinh <andrewd@openssl.org>
Wed, 24 Jun 2026 16:29:08 +0000 (23:29 +0700)
committerNorbert Pocs <norbertp@openssl.org>
Tue, 30 Jun 2026 07:54:33 +0000 (09:54 +0200)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Tue Jun 30 07:54:52 2026
(Merged from https://github.com/openssl/openssl/pull/31707)

test/radix/quic_ops.c

index 27e5a3705d0149283da068a95e1930411395a12a..5d69d88de0bc1ade41e24886436f80a5029dcf01 100644 (file)
@@ -1079,9 +1079,9 @@ err:
         OP_FUNC(hf_read_fail))
 
 #define OP_READ_FAIL_WAIT(name) \
-    (OP_SELECT_SSL(0, name),                                    \
-     OP_PUSH_U64(1),                                            \
-     OP_FUNC(hf_read_fail)
+    (OP_SELECT_SSL(0, name),    \
+        OP_PUSH_U64(1),         \
+        OP_FUNC(hf_read_fail))
 
 #define OP_POP_ERR() \
     OP_FUNC(hf_pop_err)