mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Remove spurious '+ 3' in ecdsa_write_signature()
This commit is contained in:
parent
dd0f57f186
commit
4cf0686d6d
2 changed files with 3 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ int main( int argc, char *argv[] )
|
|||
printf( " failed\n ! ecdsa_genkey returned %d\n", ret );
|
||||
goto exit;
|
||||
}
|
||||
printf( " ok\n" );
|
||||
printf( " ok (signature length = %zu)\n", sig_len );
|
||||
|
||||
/*
|
||||
* Signature is serialized as defined by RFC 4492 p. 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue