mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fix a reference in comment.
* common/openpgp-s2k.c: Fix. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
89303b9998
commit
4e601c7643
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
#include "openpgpdefs.h"
|
#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. */
|
* If we're in between valid values, round up. */
|
||||||
unsigned char
|
unsigned char
|
||||||
encode_s2k_iterations (int iterations)
|
encode_s2k_iterations (int iterations)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue