]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix array formatting in evp_extra_test.c
authorMatt Caswell <matt@openssl.org>
Tue, 9 Dec 2025 12:22:02 +0000 (12:22 +0000)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Dec 2025 15:05:06 +0000 (10:05 -0500)
commitd54932c9fa4b59e0db8296b91a9392efb9cd897e
tree9a02f04f2eb695b1d47ea662be381523702a2da3
parent5b0dffa8610a085e937f692754281634aca7b7b8
Fix array formatting in evp_extra_test.c

The reformat did something silly with some of the arrays in evp_extra_test.c
Fix the arrays such that clang-format is still happy.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29349)
test/evp_extra_test.c