mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Clean up of formatting, and potential integer overflow fix
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user