Fix identation error in pkcs12 tests
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
75b9eb36b4
commit
096017023d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void pkcs12_derive_key(int md_type, int key_size_arg,
|
||||||
|
|
||||||
if (expected_status == 0) {
|
if (expected_status == 0) {
|
||||||
TEST_MEMORY_COMPARE(expected_output->x, expected_output->len,
|
TEST_MEMORY_COMPARE(expected_output->x, expected_output->len,
|
||||||
output_data, key_size);
|
output_data, key_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue