Rename ecp_check_prvkey with a 'i' for consistency
This commit is contained in:
parent
81c313ccc6
commit
de44a4aecf
4 changed files with 5 additions and 5 deletions
include/polarssl
|
@ -454,7 +454,7 @@ int ecp_check_pubkey( const ecp_group *grp, const ecp_point *pt );
|
|||
* in order to ease use with other structures such as
|
||||
* ecdh_context of ecdsa_context.
|
||||
*/
|
||||
int ecp_check_prvkey( const ecp_group *grp, const mpi *d );
|
||||
int ecp_check_privkey( const ecp_group *grp, const mpi *d );
|
||||
|
||||
/**
|
||||
* \brief Generate a keypair
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue