From b78fce327101390685a4dc2f59fb1607b7cd6d0b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 11 Dec 2015 11:03:16 +0100 Subject: [PATCH] agent: Fix typo. -- Signed-off-by: Justus Winter --- agent/pksign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/pksign.c b/agent/pksign.c index e079c3f60..f64729c83 100644 --- a/agent/pksign.c +++ b/agent/pksign.c @@ -281,7 +281,7 @@ do_encode_raw_pkcs1 (const byte *md, size_t mdlen, unsigned int nbits, passphrase. If OVERRIDEDATA is not NULL, OVERRIDEDATALEN bytes from this buffer are used instead of the data in CTRL. The override feature is required to allow the use of Ed25519 with ssh - because Ed25519 dies the hashing itself. */ + because Ed25519 does the hashing itself. */ int agent_pksign_do (ctrl_t ctrl, const char *cache_nonce, const char *desc_text,