diff options
| author | William Ahern <william@25thandClement.com> | 2016-01-07 00:55:05 +0800 |
|---|---|---|
| committer | William Ahern <william@25thandClement.com> | 2016-01-07 00:55:05 +0800 |
| commit | 4cb69e49c4f11046ba05863f326a35538c135a29 (patch) | |
| tree | 01def63b88344b84293301b142beed75256341fa /src | |
| parent | 3c5d110bec0801bd7d25200e68fd28c30ef8dc6a (diff) | |
| download | luaossl-4cb69e49c4f11046ba05863f326a35538c135a29.tar.gz luaossl-4cb69e49c4f11046ba05863f326a35538c135a29.tar.bz2 luaossl-4cb69e49c4f11046ba05863f326a35538c135a29.zip | |
fix comment typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/openssl.c | 2 |
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 { | |||
| 2714 | /* | 2714 | /* |
| 2715 | * NB: group MUST come before pub_key as setting pub_key requires the group | 2715 | * NB: group MUST come before pub_key as setting pub_key requires the group |
| 2716 | * to be defined. :setParameters will do the requested assignments in the | 2716 | * to be defined. :setParameters will do the requested assignments in the |
| 2717 | * order defined by by this array. | 2717 | * order defined by this array. |
| 2718 | */ | 2718 | */ |
| 2719 | #define PK_EC_OPTLIST { "group", "pub_key", "priv_key", NULL } | 2719 | #define PK_EC_OPTLIST { "group", "pub_key", "priv_key", NULL } |
| 2720 | #define PK_EC_OPTOFFSET PK_EC_GROUP | 2720 | #define PK_EC_OPTOFFSET PK_EC_GROUP |
