summaryrefslogtreecommitdiff
path: root/test/badsalt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/badsalt.c')
-rw-r--r--test/badsalt.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/badsalt.c b/test/badsalt.c
index ccf2d6c..11351f0 100644
--- a/test/badsalt.c
+++ b/test/badsalt.c
@@ -106,12 +106,12 @@ static bool vt_yescrypt(const struct valid_setting *, const char *);
static const struct valid_setting valid_cases[] =
{
V (descrypt, "Mp" ),
- /* bigcrypt is extra special:
- this salt is a valid descrypt salt when bigcrypt isn't enabled
- but descrypt is;
- truncations down to 2 are valid when descrypt is enabled, but
- if *only* bigcrypt is enabled, then truncations can only
- go down to 14. */
+ /* bigcrypt is extra special:
+ this salt is a valid descrypt salt when bigcrypt isn't enabled
+ but descrypt is;
+ truncations down to 2 are valid when descrypt is enabled, but
+ if *only* bigcrypt is enabled, then truncations can only
+ go down to 14. */
{
INCLUDE_bigcrypt ? "bigcrypt" : "descrypt (padded)",
"Mp............", 2, vt_varsuffix,