aboutsummaryrefslogtreecommitdiffstats
path: root/file2key.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:28:58 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:28:58 +0100
commit88daf220cf1068ad4efca0039dc3c6673bc3aaac (patch)
treeb9c92338dd8ac3cfe8f720dc9bd2b455860b7b68 /file2key.c
parentUpdate e-mail (diff)
downloadfile2key-882dd4bff658b3a4cd5437739b9617eea2841113.tar.gz
file2key-882dd4bff658b3a4cd5437739b9617eea2841113.tar.bz2
file2key-882dd4bff658b3a4cd5437739b9617eea2841113.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'file2key.c')
-rw-r--r--file2key.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file2key.c b/file2key.c
index 8781330..9e18ff8 100644
--- a/file2key.c
+++ b/file2key.c
@@ -154,9 +154,9 @@ hash_passphrase(const char *passphrase)
spec.output = PASSPHRASE_KECCAK_OUTPUT;
if (libkeccak_spec_check(&spec) || PASSPHRASE_KECCAK_SQUEEZES <= 0) {
- fprintf(stderr, "%s: bad passhprase hashing parameters, please recompile file2key with with "
- "proper values on PASSPHRASE_KECCAK_RATE, PASSPHRASE_KECCAK_CAPACITY, "
- "PASSPHRASE_KECCAK_OUTPUT and PASSPHRASE_KECCAK_SQUEEZES", argv0);
+ fprintf(stderr, "%s: bad passphrase hashing parameters, please recompile file2key with "
+ "proper values for PASSPHRASE_KECCAK_RATE, PASSPHRASE_KECCAK_CAPACITY, "
+ "PASSPHRASE_KECCAK_OUTPUT and PASSPHRASE_KECCAK_SQUEEZES\n", argv0);
return 1;
}