Skip to content

Commit

Permalink
Fix parameter name in function description
Browse files Browse the repository at this point in the history
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
  • Loading branch information
mprse committed Mar 21, 2022
1 parent 815af94 commit 8eefb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mbedtls/ecp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8eefb18

Please sign in to comment.