Fix typos in comments
This commit is contained in:
parent
d543a582bf
commit
237a847f1c
5 changed files with 5 additions and 5 deletions
|
@ -639,7 +639,7 @@
|
|||
* current polarssl_strerror().
|
||||
*
|
||||
* For new code, it is recommended to use polarssl_strerror() instead and
|
||||
* disabled this.
|
||||
* disable this.
|
||||
*
|
||||
* Disable if you run into name conflicts and want to really remove the
|
||||
* error_strerror()
|
||||
|
|
|
@ -47,7 +47,7 @@ typedef enum
|
|||
*/
|
||||
typedef struct
|
||||
{
|
||||
ecp_group grp; /*!< ellipitic curve used */
|
||||
ecp_group grp; /*!< elliptic curve used */
|
||||
mpi d; /*!< our secret value (private key) */
|
||||
ecp_point Q; /*!< our public value (public key) */
|
||||
ecp_point Qp; /*!< peer's public value (public key) */
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
typedef struct
|
||||
{
|
||||
ecp_group grp; /*!< ellipitic curve used */
|
||||
ecp_group grp; /*!< elliptic curve used */
|
||||
mpi d; /*!< secret signature key */
|
||||
ecp_point Q; /*!< public signature key */
|
||||
mpi r; /*!< first integer from signature */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue