From 88daf220cf1068ad4efca0039dc3c6673bc3aaac Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:28:58 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- file2key.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'file2key.c') 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; } -- cgit v1.2.3-70-g09d2