From: David Shaw Date: Mon, 30 Oct 2006 02:36:07 +0000 (+0000) Subject: RFC-2440bis adds support for the SHA-224 hash algorithm. X-Git-Tag: mutt-1-5-14-rel~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58d022af16f7ba303058272fea513bb8dd6973f8;p=mutt RFC-2440bis adds support for the SHA-224 hash algorithm. --- diff --git a/pgpmicalg.c b/pgpmicalg.c index 10e27372..f81c76bf 100644 --- a/pgpmicalg.c +++ b/pgpmicalg.c @@ -52,6 +52,7 @@ HashAlgorithms[] = { 8, "pgp-sha256" }, { 9, "pgp-sha384" }, { 10, "pgp-sha512" }, + { 11, "pgp-sha224" }, { -1, NULL } };