Skip to content

Commit fedb407

Browse files
committed
Merge remote-tracking branch 'upstream-public/pr/2208' into development
2 parents 52ed0b9 + 7a97788 commit fedb407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/test_suite_ecdsa.function

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void ecdsa_prim_random( int id )
1414
mbedtls_ecp_point Q;
1515
mbedtls_mpi d, r, s;
1616
rnd_pseudo_info rnd_info;
17-
unsigned char buf[66];
17+
unsigned char buf[MBEDTLS_MD_MAX_SIZE];
1818

1919
mbedtls_ecp_group_init( &grp );
2020
mbedtls_ecp_point_init( &Q );

0 commit comments

Comments
 (0)