diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-10 08:49:03 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-10 08:49:03 +0000 |
commit | a027d511068bef25bc1638003fe58d07aa82c1aa (patch) | |
tree | 7426a367f8966b439360c62df7709ae34360efee /src/stroke | |
parent | 138d7f9a79d97bc95a3f232e23b6b95149c8c9d8 (diff) | |
download | strongswan-a027d511068bef25bc1638003fe58d07aa82c1aa.tar.bz2 strongswan-a027d511068bef25bc1638003fe58d07aa82c1aa.tar.xz |
set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETS
Diffstat (limited to 'src/stroke')
-rw-r--r-- | src/stroke/stroke_keywords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke_keywords.h b/src/stroke/stroke_keywords.h index 2bf55d405..34fab1360 100644 --- a/src/stroke/stroke_keywords.h +++ b/src/stroke/stroke_keywords.h @@ -50,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; |