From 97e709788e3572766a4bce2135090ee853786f0d Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 17 May 2021 17:29:22 +0200 Subject: [PATCH] Fix description of maximum passphrase size. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1e23a67f..a1c5c51d 100644 --- a/configure.ac +++ b/configure.ac @@ -604,7 +604,7 @@ CS_STR_WITH([loopaes-cipher], [cipher for loop-AES mode], [aes]) CS_NUM_WITH([loopaes-keybits],[key length in bits for loop-AES mode], [256]) CS_NUM_WITH([keyfile-size-maxkb],[maximum keyfile size (in KiB)], [8192]) -CS_NUM_WITH([passphrase-size-max],[maximum keyfile size (in characters)], [512]) +CS_NUM_WITH([passphrase-size-max],[maximum passphrase size (in characters)], [512]) CS_STR_WITH([verity-hash], [hash function for verity mode], [sha256]) CS_NUM_WITH([verity-data-block], [data block size for verity mode], [4096])