mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
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:
parent
815af94905
commit
a677b5f6c7
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue