removed %Q, %Y, %W, %U printf handlers

This commit is contained in:
Martin Willi
2007-04-12 09:44:26 +00:00
parent db97fd8298
commit a1b2d82db0
9 changed files with 135 additions and 228 deletions
+10 -1
View File
@@ -257,7 +257,16 @@ struct x509_t {
* @return TRUE if self-signed
*/
bool (*is_self_signed) (const x509_t *this);
/**
* @brief Log the certificate info to out.
*
* @param this calling object
* @param out stream to write to
* @param utc TRUE for UTC times, FALSE for local time
*/
void (*list)(x509_t *this, FILE *out, bool utc);
/**
* @brief Destroys the certificate.
*