added once flag to certinfo_t

This commit is contained in:
Andreas Steffen
2007-02-27 21:23:51 +00:00
parent bc5c21baac
commit 2ddcc33e16
+5
View 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
*/