mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Adapt ecp_group_free() to static constants
This commit is contained in:
parent
73cc01d7fa
commit
1f82b041e7
3 changed files with 11 additions and 10 deletions
|
|
@ -485,6 +485,8 @@ static int ecp_group_load( ecp_group *grp,
|
|||
grp->pbits = mpi_msb( &grp->P );
|
||||
grp->nbits = mpi_msb( &grp->N );
|
||||
|
||||
grp->h = 1;
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue