1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

(agent_marktrusted): Check whether the trustlist is

writable.
This commit is contained in:
Werner Koch 2004-01-28 16:19:46 +00:00
parent 4453659c9a
commit fa5d1513a2
4 changed files with 23 additions and 1 deletions

View file

@ -134,7 +134,7 @@ ask_for_card (CTRL ctrl, const unsigned char *shadow_info, char **r_kid)
}
/* Put the DIGEST into an DER encoded comtainer and return it in R_VAL. */
/* Put the DIGEST into an DER encoded container and return it in R_VAL. */
static int
encode_md_for_card (const unsigned char *digest, size_t digestlen, int algo,
unsigned char **r_val, size_t *r_len)