diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-23 15:13:21 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-23 15:13:21 +0000 |
commit | 113be7f18634553ab066fff0d08c6d8d75f35bd8 (patch) | |
tree | c0036ba05eb87325da458835ea91e7934a52ce2b /src/starter/args.c | |
parent | 1ff95477e701532234302e0e6911507668dce44e (diff) | |
download | strongswan-113be7f18634553ab066fff0d08c6d8d75f35bd8.tar.bz2 strongswan-113be7f18634553ab066fff0d08c6d8d75f35bd8.tar.xz |
support of ca info records
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 1 |
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 */ }, |