diff options
Diffstat (limited to '')
-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) |