We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a52c68 commit de8a53aCopy full SHA for de8a53a
1 file changed
src/encauth/ocb3/ocb3_test.c
@@ -204,7 +204,8 @@ int ocb3_test(void)
204
205
int err, x, idx, res;
206
unsigned long len;
207
- unsigned char outct[MAXBLOCKSIZE] = { 0 }, outtag[MAXBLOCKSIZE] = { 0 };
+ unsigned char outct[MAXBLOCKSIZE] = { 0 };
208
+ unsigned char outtag[MAXBLOCKSIZE] = { 0 };
209
ocb3_state ocb;
210
211
/* AES can be under rijndael or aes... try to find it */
0 commit comments