commit | de44a4aecf96796a59721942ffcf551eb14bd228 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jul 09 16:05:52 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jul 09 16:42:34 2013 +0200 |
tree | 526702ae8df7c9ff973d248bd81887f92fd0d39f | |
parent | 81c313ccc6a732771d6121eeb6962060dd379548 [diff] [blame] |
Rename ecp_check_prvkey with a 'i' for consistency
diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 707d040..c1f08c9 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h
@@ -454,7 +454,7 @@ * 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