Fix a reference in comment.

* common/openpgp-s2k.c: Fix.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2019-07-12 12:11:26 +09:00
parent 89303b9998
commit 4e601c7643
1 changed files with 1 additions and 1 deletions

View File

@ -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)