mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 19:16:58 -04:00
Fix identation error in pkcs12 tests
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
75b9eb36b4
commit
096017023d
@ -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…
x
Reference in New Issue
Block a user