From: Andreas Steffen Date: Fri, 10 Aug 2007 08:05:03 +0000 (-0000) Subject: added rereadsecrets keyword to stroke X-Git-Tag: 4.1.6~66 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=138d7f9a79d97bc95a3f232e23b6b95149c8c9d8;ds=sidebyside added rereadsecrets keyword to stroke --- diff --git a/src/stroke/stroke_keywords.h b/src/stroke/stroke_keywords.h index 2b4b40e..2bf55d4 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 962b4c5..cd17b9b 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,