diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-10-08 23:57:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-10-08 23:57:01 +0000 |
commit | 0e37b757e02bd11219673f65698e459877fe8bb5 (patch) | |
tree | 85b7eae0207a97c47b74ff239201897a442dd135 | |
parent | Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validati... (diff) | |
download | catalyst-0e37b757e02bd11219673f65698e459877fe8bb5.tar.gz catalyst-0e37b757e02bd11219673f65698e459877fe8bb5.tar.bz2 catalyst-0e37b757e02bd11219673f65698e459877fe8bb5.zip |
Re-add MD5 until handbook is updated.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | files/catalyst.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf index 5afe821e..f2d342e1 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="sha1 sha512 whirlpool" +digests="md5 sha1 sha512 whirlpool" # Creates a .CONTENTS file listing the contents of the file. Pick from any of # the supported options below: |