diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-24 23:19:28 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-24 23:19:28 +0000 |
commit | 98a905838a28e7b207bffee604c21c1fa9864573 (patch) | |
tree | 0fca330c9e020775645ab93c8af828d236975c11 /src/starter | |
parent | b3e4211fc3a01b3c0459d5edb1f79664e20aef5e (diff) | |
download | strongswan-98a905838a28e7b207bffee604c21c1fa9864573.tar.bz2 strongswan-98a905838a28e7b207bffee604c21c1fa9864573.tar.xz |
last CA keyword is KW_OCSPURI2
Diffstat (limited to 'src/starter')
-rw-r--r-- | src/starter/keywords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/keywords.h b/src/starter/keywords.h index dd2b97749..08d50fea0 100644 --- a/src/starter/keywords.h +++ b/src/starter/keywords.h @@ -100,7 +100,7 @@ typedef enum { KW_OCSPURI2, #define KW_CA_FIRST KW_CA_SETUP -#define KW_CA_LAST KW_OCSPURI +#define KW_CA_LAST KW_OCSPURI2 /* end keywords */ KW_HOST, |