mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
tests: Reformating due to *hexify functions renaming
Command to find the files in which lines have gone
larger than 79 characters due to the renaming:
grep '.\{80\}' \
`git diff-tree --no-commit-id --name-only -r HEAD` \
| grep hexify
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
a0c9ff3e52
commit
5b13a86e11
3 changed files with 14 additions and 6 deletions
|
|
@ -277,7 +277,8 @@ static int convert_params( size_t cnt , char ** params , int * int_params_store
|
|||
{
|
||||
if ( verify_string( &val ) == 0 )
|
||||
{
|
||||
*int_params_store = mbedtls_test_unhexify( (unsigned char *) val, val );
|
||||
*int_params_store = mbedtls_test_unhexify(
|
||||
(unsigned char *) val, val );
|
||||
*out++ = val;
|
||||
*out++ = (char *)(int_params_store++);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue