diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-10-26 14:24:26 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-10-26 14:24:26 +0000 |
commit | 3168dc628f034e03bb4fab16e8a00da59a5c86e1 (patch) | |
tree | 663da4d1badc1373ec59d9bdc39f893af0cc8a75 /src/stroke/stroke_keywords.h | |
parent | 1a144d57c8f2f08513b747078d185db688637859 (diff) | |
download | vyos-strongswan-3168dc628f034e03bb4fab16e8a00da59a5c86e1.tar.gz vyos-strongswan-3168dc628f034e03bb4fab16e8a00da59a5c86e1.zip |
- Import new upstream release 4.1.8.
Diffstat (limited to 'src/stroke/stroke_keywords.h')
-rw-r--r-- | src/stroke/stroke_keywords.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/stroke/stroke_keywords.h b/src/stroke/stroke_keywords.h index 2b4b40e52..e73aa5ca9 100644 --- a/src/stroke/stroke_keywords.h +++ b/src/stroke/stroke_keywords.h @@ -12,7 +12,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: keywords.h,v 1.8 2006/04/17 10:30:27 as Exp $ + * RCSID $Id: stroke_keywords.h 3271 2007-10-08 20:12:25Z andreas $ */ #ifndef _STROKE_KEYWORDS_H_ @@ -39,6 +39,7 @@ typedef enum { STROKE_LIST_CRLS, STROKE_LIST_OCSP, STROKE_LIST_ALL, + STROKE_REREAD_SECRETS, STROKE_REREAD_CACERTS, STROKE_REREAD_OCSPCERTS, STROKE_REREAD_AACERTS, @@ -49,7 +50,7 @@ typedef enum { } stroke_keyword_t; #define STROKE_LIST_FIRST STROKE_LIST_CERTS -#define STROKE_REREAD_FIRST STROKE_REREAD_CACERTS +#define STROKE_REREAD_FIRST STROKE_REREAD_SECRETS #define STROKE_PURGE_FIRST STROKE_PURGE_OCSP typedef struct stroke_token stroke_token_t; |