Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2021-04-19 19:03:05 +0300
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2021-04-19 19:03:05 +0300
commit97137f5cfd8b30dc7bf7054ac1ec6a30b9ba7162 (patch)
tree7971e139abb282629ff09b98a822b7e62b5e32c1 /ssh.h
parent20d5055a3a25106ff4fd031680e766ffa4effa9b (diff)
PuTTYgen: explicitly use 'Kbyte' in Argon2 naming.
Instead of 'Kb', which could be misread as 'Kbit'.
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 08c6797c..49ab2796 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1242,7 +1242,7 @@ typedef struct ppk_save_parameters {
* Parameters for fmt_version == 3
*/
Argon2Flavour argon2_flavour;
- uint32_t argon2_mem; /* in Kb */
+ uint32_t argon2_mem; /* in Kbyte */
bool argon2_passes_auto;
union {
uint32_t argon2_passes; /* if auto == false */