aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2019-07-12 03:11:26 +0000
committerNIIBE Yutaka <[email protected]>2019-07-12 03:11:26 +0000
commit4e601c7643fcfa3d8babcce58daa4c6c6a42d338 (patch)
treeba0415e328ded522a45bf3eeedecac243e2f7b01
parentgpg: Don't try decryption by session key when NULL. (diff)
downloadgnupg-4e601c7643fcfa3d8babcce58daa4c6c6a42d338.tar.gz
gnupg-4e601c7643fcfa3d8babcce58daa4c6c6a42d338.zip
Fix a reference in comment.
* common/openpgp-s2k.c: Fix. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--common/openpgp-s2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openpgp-s2k.c b/common/openpgp-s2k.c
index 2b0ba604b..69de76329 100644
--- a/common/openpgp-s2k.c
+++ b/common/openpgp-s2k.c
@@ -39,7 +39,7 @@
#include "openpgpdefs.h"
-/* Pack an s2k iteration count into the form specified in RFC-48800.
+/* Pack an s2k iteration count into the form specified in RFC-4880.
* If we're in between valid values, round up. */
unsigned char
encode_s2k_iterations (int iterations)