Remove now useless extra buffer size.

This commit is contained in:
Romain Tartière 2015-04-20 14:41:31 +02:00
parent a0ba196b49
commit 4acd3ac72b

View file

@ -651,7 +651,7 @@ test_mifare_desfire_ev1_aes (void)
for (int transaction = 0; transaction < 50; transaction++) {
char data_buffer[100];
char read_buffer[100+20]; // XXX
char read_buffer[100];
uint8_t cs = transaction % 3;
if (cs == 2) cs++;