diff options
author | Werner Koch <[email protected]> | 2012-11-16 09:35:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-03-10 14:13:12 +0000 |
commit | 8e9b1aa563040e272840a2e5df73971a1f03401d (patch) | |
tree | 1a0db6db74b3a7919ffff655b5ea8f35b1281d04 | |
parent | Do not require libiconv for Android. (diff) | |
download | gnupg-8e9b1aa563040e272840a2e5df73971a1f03401d.tar.gz gnupg-8e9b1aa563040e272840a2e5df73971a1f03401d.zip |
Comment fixes.
--
Reported-by: Daniel Kahn Gillmor
(cherry picked from commit 7db5c81e3a40b60e146f29c6744a33fd1b88c090)
-rw-r--r-- | g10/sign.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/sign.c b/g10/sign.c index f5f0f95d2..d9f2dd3c6 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -421,10 +421,10 @@ match_dsa_hash (unsigned int qbytes) /* First try --digest-algo. If that isn't set, see if the recipient has a preferred algorithm (which is also filtered through - --preferred-digest-prefs). If we're making a signature without a + --personal-digest-prefs). If we're making a signature without a particular recipient (i.e. signing, rather than signing+encrypting) - then take the first algorithm in --preferred-digest-prefs that is - usable for the pubkey algorithm. If --preferred-digest-prefs isn't + then take the first algorithm in --personal-digest-prefs that is + usable for the pubkey algorithm. If --personal-digest-prefs isn't set, then take the OpenPGP default (i.e. SHA-1). Note that Ed25519+EdDSA takes an input of arbitrary length and thus |