From a070f58c7de2ecba86a671209c519712e29679bf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 21 Oct 2020 17:25:33 +0200 Subject: Use lowercase by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.c') diff --git a/common.c b/common.c index 9601aa5..dda8683 100644 --- a/common.c +++ b/common.c @@ -458,7 +458,7 @@ print_checksum(const char *restrict filename, const struct libkeccak_spec *restr int run(int argc, char *argv[], struct libkeccak_generalised_spec *restrict gspec, const char *restrict suffix, int with_a) { - enum representation style = REPRESENTATION_UPPER_CASE; + enum representation style = REPRESENTATION_LOWER_CASE; int verbose = 0, hex = 0, check = 0, nuls = 0; long int squeezes = 1; int (*fun)(const char *restrict filename, const struct libkeccak_spec *restrict spec, -- cgit v1.2.3-70-g09d2