Skip to content

Commit

Permalink
Fix type for iv size and block size in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfil committed Nov 28, 2021
1 parent bfe0574 commit 92886bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/suites/test_suite_cipher.function
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
static int check_cipher_info( mbedtls_cipher_type_t type,
const mbedtls_cipher_info_t *info )
{
size_t key_bitlen;
int block_size, iv_size;
size_t key_bitlen, block_size, iv_size;

TEST_ASSERT( info != NULL );
TEST_EQUAL( type, mbedtls_cipher_info_get_type( info ) );
Expand Down

0 comments on commit 92886bb

Please sign in to comment.