From 4e601c7643fcfa3d8babcce58daa4c6c6a42d338 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 12 Jul 2019 12:11:26 +0900 Subject: [PATCH] Fix a reference in comment. * common/openpgp-s2k.c: Fix. Signed-off-by: NIIBE Yutaka --- common/openpgp-s2k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)