aboutsummaryrefslogtreecommitdiff
path: root/test/modes_internal_test.c
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-09-13 20:32:54 +0200
committerNeil Horman <nhorman@openssl.org>2024-07-22 06:55:35 -0400
commit962431d58bdf7fcdb3db11f17cea878b83292243 (patch)
tree1e52d31bf7605b773c7882fa25a82ab8f4a4d3ff /test/modes_internal_test.c
parent1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d (diff)
downloadopenssl-962431d58bdf7fcdb3db11f17cea878b83292243.zip
openssl-962431d58bdf7fcdb3db11f17cea878b83292243.tar.gz
openssl-962431d58bdf7fcdb3db11f17cea878b83292243.tar.bz2
that open brace { should be on the previous line
Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22097)
Diffstat (limited to 'test/modes_internal_test.c')
-rw-r--r--test/modes_internal_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/modes_internal_test.c b/test/modes_internal_test.c
index 7ba4b98..228bb75 100644
--- a/test/modes_internal_test.c
+++ b/test/modes_internal_test.c
@@ -40,8 +40,9 @@ static const unsigned char cts128_test_key[16] = "chicken teriyaki";
static const unsigned char cts128_test_input[64] =
"I would like the" " General Gau's C"
"hicken, please, " "and wonton soup.";
-static const unsigned char cts128_test_iv[] =
- { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
+static const unsigned char cts128_test_iv[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+};
static const unsigned char vector_17[17] = {
0xc6, 0x35, 0x35, 0x68, 0xf2, 0xbf, 0x8c, 0xb4,