diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-12 09:44:26 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-12 09:44:26 +0000 |
commit | a1b2d82db0499ecec2dee67bbed9d5412246af20 (patch) | |
tree | 663e7f224267e6a72eb4d4b825d54276fbb9b0f6 /src/libstrongswan/crypto/crl.h | |
parent | db97fd8298b95d266c4c9446a4924b7b12d35e09 (diff) | |
download | strongswan-a1b2d82db0499ecec2dee67bbed9d5412246af20.tar.bz2 strongswan-a1b2d82db0499ecec2dee67bbed9d5412246af20.tar.xz |
removed %Q, %Y, %W, %U printf handlers
Diffstat (limited to 'src/libstrongswan/crypto/crl.h')
-rwxr-xr-x | src/libstrongswan/crypto/crl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/crl.h b/src/libstrongswan/crypto/crl.h index 8a11fc390..a367c3aff 100755 --- a/src/libstrongswan/crypto/crl.h +++ b/src/libstrongswan/crypto/crl.h @@ -104,6 +104,15 @@ struct crl_t { * @param certinfo certinfo is updated */ void (*get_status) (const crl_t *this, certinfo_t *certinfo); + + /** + * @brief Log the info of this CRL to out. + * + * @param this calling object + * @param out stream to write to + * @param utc TRUE for UTC, FALSE for local time + */ + void (*list)(crl_t *this, FILE* out, bool utc); /** * @brief Write a der-encoded crl to a file |