diff options
Diffstat (limited to 'dirmngr/crlcache.h')
-rw-r--r-- | dirmngr/crlcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/crlcache.h b/dirmngr/crlcache.h index b9e487436..c2995129c 100644 --- a/dirmngr/crlcache.h +++ b/dirmngr/crlcache.h @@ -60,7 +60,7 @@ gpg_error_t crl_cache_cert_isvalid (ctrl_t ctrl, ksba_cert_t cert, gpg_error_t crl_cache_insert (ctrl_t ctrl, const char *url, ksba_reader_t reader); -gpg_error_t crl_cache_list (FILE* fp); +gpg_error_t crl_cache_list (estream_t fp); gpg_error_t crl_cache_load (ctrl_t ctrl, const char *filename); |