ocb3_test cosmetics

[skip ci]
This commit is contained in:
Karel Miko 2017-08-13 18:15:44 +02:00
parent 2a52c68f2e
commit de8a53a2e5

View File

@ -204,7 +204,8 @@ int ocb3_test(void)
int err, x, idx, res;
unsigned long len;
unsigned char outct[MAXBLOCKSIZE] = { 0 }, outtag[MAXBLOCKSIZE] = { 0 };
unsigned char outct[MAXBLOCKSIZE] = { 0 };
unsigned char outtag[MAXBLOCKSIZE] = { 0 };
ocb3_state ocb;
/* AES can be under rijndael or aes... try to find it */