Skip to content

Commit de8a53a

Browse files
committed
ocb3_test cosmetics
[skip ci]
1 parent 2a52c68 commit de8a53a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/encauth/ocb3/ocb3_test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ int ocb3_test(void)
204204

205205
int err, x, idx, res;
206206
unsigned long len;
207-
unsigned char outct[MAXBLOCKSIZE] = { 0 }, outtag[MAXBLOCKSIZE] = { 0 };
207+
unsigned char outct[MAXBLOCKSIZE] = { 0 };
208+
unsigned char outtag[MAXBLOCKSIZE] = { 0 };
208209
ocb3_state ocb;
209210

210211
/* AES can be under rijndael or aes... try to find it */

0 commit comments

Comments
 (0)