mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 13:18:10 +00:00
Merge remote-tracking branch 'upstream-public/pr/2208' into development
This commit is contained in:
commit
fedb407a3f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ void ecdsa_prim_random( int id )
|
|||
mbedtls_ecp_point Q;
|
||||
mbedtls_mpi d, r, s;
|
||||
rnd_pseudo_info rnd_info;
|
||||
unsigned char buf[66];
|
||||
unsigned char buf[MBEDTLS_MD_MAX_SIZE];
|
||||
|
||||
mbedtls_ecp_group_init( &grp );
|
||||
mbedtls_ecp_point_init( &Q );
|
||||
|
|
Loading…
Reference in a new issue