aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-10 08:05:03 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-10 08:05:03 +0000
commit138d7f9a79d97bc95a3f232e23b6b95149c8c9d8 (patch)
tree78c9b8a4a47a974c4fbc02dbf417fa29f81333ff /src/stroke
parent84db83336b05f4e018ce81a62956de539fb58822 (diff)
downloadstrongswan-138d7f9a79d97bc95a3f232e23b6b95149c8c9d8.tar.bz2
strongswan-138d7f9a79d97bc95a3f232e23b6b95149c8c9d8.tar.xz
added rereadsecrets keyword to stroke
Diffstat (limited to 'src/stroke')
-rw-r--r--src/stroke/stroke_keywords.h1
-rw-r--r--src/stroke/stroke_keywords.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/stroke/stroke_keywords.h b/src/stroke/stroke_keywords.h
index 2b4b40e52..2bf55d405 100644
--- a/src/stroke/stroke_keywords.h
+++ b/src/stroke/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,
diff --git a/src/stroke/stroke_keywords.txt b/src/stroke/stroke_keywords.txt
index 962b4c555..cd17b9b22 100644
--- a/src/stroke/stroke_keywords.txt
+++ b/src/stroke/stroke_keywords.txt
@@ -46,6 +46,7 @@ listcainfos, STROKE_LIST_CAINFOS
listcrls, STROKE_LIST_CRLS
listocsp, STROKE_LIST_OCSP
listall, STROKE_LIST_ALL
+rereadsecrets, STROKE_REREAD_CACERTS
rereadcacerts, STROKE_REREAD_CACERTS
rereadocspcerts, STROKE_REREAD_OCSPCERTS
rereadaacerts, STROKE_REREAD_AACERTS,