diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-23 15:13:33 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-23 15:13:33 +0000 |
commit | f13570a0d695ed14f5b5c17293cad3372086aa53 (patch) | |
tree | 68cca6ea1c315f5382db0b04793b117320e0d0d5 | |
parent | 113be7f18634553ab066fff0d08c6d8d75f35bd8 (diff) | |
download | strongswan-f13570a0d695ed14f5b5c17293cad3372086aa53.tar.bz2 strongswan-f13570a0d695ed14f5b5c17293cad3372086aa53.tar.xz |
support of ca info records
-rw-r--r-- | src/stroke/stroke.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 563c0256f..ced655583 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -192,6 +192,7 @@ struct stroke_msg_t { char *crluri; char *crluri2; char *ocspuri; + char *ocspuri2; } add_ca; /* data for STR_LOGLEVEL */ |