mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-01 12:15:48 +01:00
Removed 'z' length modifier from format in ecdsa program
This commit is contained in:
parent
92bcadb110
commit
29e86eae29
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ int main( int argc, char *argv[] )
|
|||
printf( " failed\n ! ecdsa_genkey returned %d\n", ret );
|
||||
goto exit;
|
||||
}
|
||||
printf( " ok (signature length = %zu)\n", sig_len );
|
||||
printf( " ok (signature length = %u)\n", sig_len );
|
||||
|
||||
dump_buf( " + Hash: ", hash, sizeof hash );
|
||||
dump_buf( " + Signature: ", sig, sig_len );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue