mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix a signing problem with the card
This commit is contained in:
parent
d1bdc3f6ea
commit
6872919efe
8 changed files with 62 additions and 60 deletions
|
@ -1943,7 +1943,19 @@ get_auth_key_id (ksba_crl_t crl, char **serialno)
|
|||
|
||||
/* Insert the CRL retrieved using URL into the cache specified by
|
||||
CACHE. The CRL itself will be read from the stream FP and is
|
||||
expected in binary format. */
|
||||
expected in binary format.
|
||||
|
||||
Called by:
|
||||
crl_cache_load
|
||||
cmd_loadcrl
|
||||
--load-crl
|
||||
crl_cache_reload_crl
|
||||
cmd_isvalid
|
||||
cmd_checkcrl
|
||||
cmd_loadcrl
|
||||
--fetch-crl
|
||||
|
||||
*/
|
||||
gpg_error_t
|
||||
crl_cache_insert (ctrl_t ctrl, const char *url, ksba_reader_t reader)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue