mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 16:58:26 +00:00
Fix indentation
Fix indentation in the test.
This commit is contained in:
parent
9434713368
commit
6b13afe1a5
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void nist_kw_plaintext_lengths( int in_len, int out_len, int mode, int res )
|
||||||
if( out_len != 0 )
|
if( out_len != 0 )
|
||||||
{
|
{
|
||||||
ciphertext = mbedtls_calloc( 1, output_len );
|
ciphertext = mbedtls_calloc( 1, output_len );
|
||||||
TEST_ASSERT( ciphertext != NULL );
|
TEST_ASSERT( ciphertext != NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
memset( plaintext, 0, in_len );
|
memset( plaintext, 0, in_len );
|
||||||
|
|
Loading…
Reference in a new issue