mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 10:22:57 +00:00
Fix indentation
Fix indentation in the test.
This commit is contained in:
@@ -167,7 +167,7 @@ void nist_kw_plaintext_lengths( int in_len, int out_len, int mode, int res )
|
||||
if( out_len != 0 )
|
||||
{
|
||||
ciphertext = mbedtls_calloc( 1, output_len );
|
||||
TEST_ASSERT( ciphertext != NULL );
|
||||
TEST_ASSERT( ciphertext != NULL );
|
||||
}
|
||||
|
||||
memset( plaintext, 0, in_len );
|
||||
|
||||
Reference in New Issue
Block a user