diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-06 09:42:45 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-06 09:42:45 +0000 |
commit | 3c5c3431b301c6b43bc8dfc1cae8c81ed943efba (patch) | |
tree | d0d9d3b3f0f532bde0dc7be020c706ab5418c4c9 /src | |
parent | 915c7add1fb599a751760719c46035a0497d6409 (diff) | |
download | strongswan-3c5c3431b301c6b43bc8dfc1cae8c81ed943efba.tar.bz2 strongswan-3c5c3431b301c6b43bc8dfc1cae8c81ed943efba.tar.xz |
removed list_crls() and list_ocsp() methods
Diffstat (limited to 'src')
-rwxr-xr-x | src/libstrongswan/credential_store.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libstrongswan/credential_store.h b/src/libstrongswan/credential_store.h index e3b946869..5d51981ec 100755 --- a/src/libstrongswan/credential_store.h +++ b/src/libstrongswan/credential_store.h @@ -235,24 +235,6 @@ struct credential_store_t { iterator_t* (*create_cainfo_iterator) (credential_store_t *this); /** - * @brief Check if there are any CRLs. - * - * @param this calling object - * @param out output stream - * @param utc either utc or local time - */ - void (*list_crls) (credential_store_t *this, FILE *out, bool utc); - - /** - * @brief Check if there are any OCSP cert infos - * - * @param this calling object - * @param out output stream - * @param utc either utc or local time - */ - void (*list_ocsp) (credential_store_t *this, FILE *out, bool utc); - - /** * @brief Loads ca certificates from a default directory. * * Certificates in both DER and PEM format are accepted |