1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

ecp: revert changes to ECP module and test suite

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2023-04-04 10:22:59 +02:00
parent 8eb552647f
commit 98680fc2ed
3 changed files with 2 additions and 5 deletions

View File

@@ -3316,7 +3316,7 @@ cleanup:
return ret;
}
#if !defined(MBEDTLS_USE_PSA_CRYPTO)
/*
* Check a public-private key pair
*/
@@ -3357,7 +3357,6 @@ cleanup:
return ret;
}
#endif /* !MBEDTLS_USE_PSA_CRYPTO */
/*
* Export generic key-pair parameters.