aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@25thandClement.com> 2016-01-07 00:55:05 +0800
committerLibravatarLibravatar William Ahern <william@25thandClement.com> 2016-01-07 00:55:05 +0800
commit4cb69e49c4f11046ba05863f326a35538c135a29 (patch)
tree01def63b88344b84293301b142beed75256341fa /src
parent3c5d110bec0801bd7d25200e68fd28c30ef8dc6a (diff)
downloadluaossl-4cb69e49c4f11046ba05863f326a35538c135a29.tar.gz
luaossl-4cb69e49c4f11046ba05863f326a35538c135a29.tar.bz2
luaossl-4cb69e49c4f11046ba05863f326a35538c135a29.zip
fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
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