diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:28:58 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:28:58 +0100 |
| commit | 88daf220cf1068ad4efca0039dc3c6673bc3aaac (patch) | |
| tree | b9c92338dd8ac3cfe8f720dc9bd2b455860b7b68 /file2key.c | |
| parent | Update e-mail (diff) | |
| download | file2key-88daf220cf1068ad4efca0039dc3c6673bc3aaac.tar.gz file2key-88daf220cf1068ad4efca0039dc3c6673bc3aaac.tar.bz2 file2key-88daf220cf1068ad4efca0039dc3c6673bc3aaac.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'file2key.c')
| -rw-r--r-- | file2key.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; } |
