mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Clean up of formatting, and potential integer overflow fix
This commit is contained in:
parent
2127932fb8
commit
8254b6c9f3
4 changed files with 8 additions and 8 deletions
|
|
@ -494,8 +494,8 @@ int main( int argc, char *argv[] )
|
|||
cipher_info = mbedtls_cipher_info_from_type( cipher_type );
|
||||
|
||||
TIME_AND_TSC( title,
|
||||
mbedtls_cipher_cmac( cipher_info, tmp, keysize,
|
||||
buf, BUFSIZE, output ) );
|
||||
mbedtls_cipher_cmac( cipher_info, tmp, keysize,
|
||||
buf, BUFSIZE, output ) );
|
||||
}
|
||||
|
||||
memset( buf, 0, sizeof( buf ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue