summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {
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