]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added once flag to certinfo_t
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 27 Feb 2007 21:23:51 +0000 (21:23 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 27 Feb 2007 21:23:51 +0000 (21:23 -0000)
src/libstrongswan/crypto/certinfo.c

index baebe3fc06e32f61be96a39994780d71f75b0ee8..29f2c5fcc56540a0d721dab36a7b23fbed42a1b4 100644 (file)
@@ -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
         */