mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Start using constants from ROM for EC groups
This commit is contained in:
@@ -277,6 +277,10 @@ void ecp_group_free( ecp_group *grp )
|
||||
{
|
||||
size_t i;
|
||||
|
||||
/* FIXME WIP */
|
||||
if( grp->id != 0 )
|
||||
return;
|
||||
|
||||
if( grp == NULL )
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user