Fix minor issues

- parameter name in function description
- test_suite_ecp.data: add new line at the end of file

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel 2022-03-21 07:25:45 +01:00
parent 815af94905
commit a677b5f6c7
2 changed files with 2 additions and 2 deletions

View File

@ -1281,7 +1281,7 @@ int mbedtls_ecp_check_pub_priv(
/**
* \brief This function exports generic key-pair parameters.
*
* \param kp The key pair to export from.
* \param key The key pair to export from.
* \param grp Slot for exported ECP group.
* It must point to an initialized ECP group.
* \param d Slot for the exported secret value.