aboutsummaryrefslogtreecommitdiffstats
path: root/agent/pksign.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2015-12-11 10:03:16 +0000
committerJustus Winter <[email protected]>2015-12-11 10:21:42 +0000
commitb78fce327101390685a4dc2f59fb1607b7cd6d0b (patch)
tree398a3c1a554077f79fc972e11b91e1e3a532758f /agent/pksign.c
parentFix required libgpg-error version. (diff)
downloadgnupg-b78fce327101390685a4dc2f59fb1607b7cd6d0b.tar.gz
gnupg-b78fce327101390685a4dc2f59fb1607b7cd6d0b.zip
agent: Fix typo.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'agent/pksign.c')
-rw-r--r--agent/pksign.c2
1 files changed, 1 insertions, 1 deletions
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,