From a027d511068bef25bc1638003fe58d07aa82c1aa Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 10 Aug 2007 08:49:03 +0000 Subject: [PATCH] set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETS --- src/stroke/stroke_keywords.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;