From 4cb69e49c4f11046ba05863f326a35538c135a29 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Thu, 7 Jan 2016 00:55:05 +0800 Subject: fix comment typo --- src/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openssl.c b/src/openssl.c index ed1fecb..78eef68 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -2714,7 +2714,7 @@ enum pk_param { /* * NB: group MUST come before pub_key as setting pub_key requires the group * to be defined. :setParameters will do the requested assignments in the - * order defined by by this array. + * order defined by this array. */ #define PK_EC_OPTLIST { "group", "pub_key", "priv_key", NULL } #define PK_EC_OPTOFFSET PK_EC_GROUP -- cgit v1.2.3-59-g8ed1b