Rename ecp_check_prvkey with a 'i' for consistency

This commit is contained in:
Manuel Pégourié-Gonnard 2013-07-09 16:05:52 +02:00
parent 81c313ccc6
commit de44a4aecf
4 changed files with 5 additions and 5 deletions
include/polarssl

View file

@ -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