From a86bba7fc45d11eb27dfc4b46bcd2e44bef73f97 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Oct 2011 22:29:06 +0000 Subject: [PATCH] Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms. --- files/catalyst.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/catalyst.conf b/files/catalyst.conf index fbaaa3ab..2f6c3d3e 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -10,7 +10,7 @@ # haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1, # sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128, # tiger160, whirlpool -digests="md5 sha1" +digests="sha1 sha512 whirlpool" # Creates a .CONTENTS file listing the contents of the file. Pick from any of # the supported options below: -- 2.26.2