From: Andreas Steffen Date: Tue, 27 Feb 2007 21:23:51 +0000 (-0000) Subject: added once flag to certinfo_t X-Git-Tag: 4.0.7~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ddcc33e16c3aafe3ecccc4171ba38c0982bd318;p=thirdparty%2Fstrongswan.git added once flag to certinfo_t --- diff --git a/src/libstrongswan/crypto/certinfo.c b/src/libstrongswan/crypto/certinfo.c index baebe3fc06..29f2c5fcc5 100644 --- a/src/libstrongswan/crypto/certinfo.c +++ b/src/libstrongswan/crypto/certinfo.c @@ -47,6 +47,11 @@ struct private_certinfo_t { */ cert_status_t status; + /** + * Certificate status is for one-time use only + */ + bool once; + /** * Time when the certificate status info was generated */