mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-13 09:05:08 -04:00
Fix type for iv size and block size in tests
Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
parent
c3cffae420
commit
72abd8a9c3
@ -18,8 +18,7 @@
|
|||||||
static int check_cipher_info( mbedtls_cipher_type_t type,
|
static int check_cipher_info( mbedtls_cipher_type_t type,
|
||||||
const mbedtls_cipher_info_t *info )
|
const mbedtls_cipher_info_t *info )
|
||||||
{
|
{
|
||||||
size_t key_bitlen;
|
size_t key_bitlen, block_size, iv_size;
|
||||||
int block_size, iv_size;
|
|
||||||
|
|
||||||
TEST_ASSERT( info != NULL );
|
TEST_ASSERT( info != NULL );
|
||||||
TEST_EQUAL( type, mbedtls_cipher_info_get_type( info ) );
|
TEST_EQUAL( type, mbedtls_cipher_info_get_type( info ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user