diff options
Diffstat (limited to 'sm/decrypt.c')
-rw-r--r-- | sm/decrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/decrypt.c b/sm/decrypt.c index c9da00255..4e513a28b 100644 --- a/sm/decrypt.c +++ b/sm/decrypt.c @@ -82,7 +82,7 @@ prepare_decryption (const char *hexkeygrip, KsbaConstSexp enc_val, /* FIXME: Actually the leading zero is required but due to the way we encode the output in libgcrypt as an MPI we are not able to encode that leading zero. However, when using a Smartcard we are - doing it the rightway and therefore we have skip the zero. This + doing it the rightway and therefore we have to skip the zero. This should be fixed in gpg-agent of course. */ if (!seskey[n]) n++; |