diff options
author | Werner Koch <wk@gnupg.org> | 2004-01-28 17:19:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-01-28 17:19:46 +0100 |
commit | fa5d1513a29708ce51496b4e248bcd91a81c17fe (patch) | |
tree | 7acd7e03e40e99e8ee928696a23db15bbd436ed1 /agent/divert-scd.c | |
parent | (parse_dn_part): Pretty print the nameDistinguisher OID. (diff) | |
download | gnupg2-fa5d1513a29708ce51496b4e248bcd91a81c17fe.tar.xz gnupg2-fa5d1513a29708ce51496b4e248bcd91a81c17fe.zip |
(agent_marktrusted): Check whether the trustlist is
writable.
Diffstat (limited to 'agent/divert-scd.c')
-rw-r--r-- | agent/divert-scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/divert-scd.c b/agent/divert-scd.c index 69f184474..283150ad3 100644 --- a/agent/divert-scd.c +++ b/agent/divert-scd.c @@ -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) |