diff options
Diffstat (limited to 'src/charon/credentials/sets/cert_cache.h')
-rw-r--r-- | src/charon/credentials/sets/cert_cache.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/charon/credentials/sets/cert_cache.h b/src/charon/credentials/sets/cert_cache.h index 7e392ae87..281189d53 100644 --- a/src/charon/credentials/sets/cert_cache.h +++ b/src/charon/credentials/sets/cert_cache.h @@ -53,6 +53,13 @@ struct cert_cache_t { certificate_t *subject, certificate_t *issuer); /** + * Flush the certificate cache. + * + * @param type type of certificate to flush, or CERT_ANY + */ + void (*flush)(cert_cache_t *this, certificate_type_t type); + + /** * Destroy a cert_cache instance. */ void (*destroy)(cert_cache_t *this); |