2014-04-16 Niels Möller <nisse@lysator.liu.se>
+ * testsuite/ccm-test.c (test_cipher_ccm): Deleted check for NULL
+ authdata.
+
* sha3-224.c (sha3_224_init): Pass pointer to context struct, not
pointer to first element, to memset.
* sha3-256.c (sha3_256_init): Likewise.
ASSERT (cleartext->length <= ciphertext->length);
ASSERT ((cleartext->length + CCM_BLOCK_SIZE) >= ciphertext->length);
tlength = ciphertext->length - cleartext->length;
- if (!authdata) repeat = 0;
de_data = xalloc(cleartext->length);
en_data = xalloc(ciphertext->length);