diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-06 14:22:27 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-06 14:22:27 +0200 |
commit | cf85e1319b7072a3a166ad1949a047eab610a4a6 (patch) | |
tree | 57a4d07ad164a79365c5c1e0b2ffafcc4c53fd9f /src/pluto/x509.h | |
parent | afdaa9e5bf465848ba24f983f01f0320cecaac8b (diff) | |
download | strongswan-cf85e1319b7072a3a166ad1949a047eab610a4a6.tar.bz2 strongswan-cf85e1319b7072a3a166ad1949a047eab610a4a6.tar.xz |
streamlined output from get_validity()
Diffstat (limited to 'src/pluto/x509.h')
-rw-r--r-- | src/pluto/x509.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/x509.h b/src/pluto/x509.h index a61d6c06b..e9b61a492 100644 --- a/src/pluto/x509.h +++ b/src/pluto/x509.h @@ -77,7 +77,6 @@ extern void parse_authorityKeyIdentifier(chunk_t blob, int level0, chunk_t *authKeyID, chunk_t *authKeySerialNumber); extern chunk_t get_directoryName(chunk_t blob, int level, bool implicit); -extern err_t check_validity(const x509cert_t *cert, time_t *until); extern bool x509_check_signature(chunk_t tbs, chunk_t sig, int algorithm, certificate_t *issuer_cert); extern chunk_t x509_build_signature(chunk_t tbs, int algorithm, |