aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter/args.c')
-rw-r--r--src/starter/args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/args.c b/src/starter/args.c
index 009622c89..82e957f59 100644
--- a/src/starter/args.c
+++ b/src/starter/args.c
@@ -211,6 +211,7 @@ static const token_info_t token_info[] =
{ ARG_STR, offsetof(starter_ca_t, crluri), NULL },
{ ARG_STR, offsetof(starter_ca_t, crluri2), NULL },
{ ARG_STR, offsetof(starter_ca_t, ocspuri), NULL },
+ { ARG_STR, offsetof(starter_ca_t, ocspuri2), NULL },
/* end keywords */
{ ARG_MISC, 0, NULL /* KW_HOST */ },