Remove trailing whitespace

This commit removes trailing whitespace in test_suite_gcm.function.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey
2024-11-13 15:57:29 +00:00
parent a1abbdb2b3
commit 9d99e98503

View File

@@ -314,7 +314,7 @@ void gcm_encrypt_input_output_buffer_overlap(int cipher_id, data_t *key_str,
}
TEST_CALLOC(buffer, buffer_len);
memcpy(buffer, src_str->x, src_str->len);
memset(tag_output, 0x00, 16);
TEST_ASSERT(mbedtls_gcm_setkey(&ctx, cipher_id, key_str->x, key_str->len * 8) == init_result);