aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-10 08:49:03 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-10 08:49:03 +0000
commita027d511068bef25bc1638003fe58d07aa82c1aa (patch)
tree7426a367f8966b439360c62df7709ae34360efee /src/stroke
parent138d7f9a79d97bc95a3f232e23b6b95149c8c9d8 (diff)
downloadstrongswan-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.h2
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;