projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a350ee
)
RFC-2440bis adds support for the SHA-224 hash algorithm.
author
David Shaw
<dshaw@jabberwocky.com>
Mon, 30 Oct 2006 02:36:07 +0000
(
02:36
+0000)
committer
David Shaw
<dshaw@jabberwocky.com>
Mon, 30 Oct 2006 02:36:07 +0000
(
02:36
+0000)
pgpmicalg.c
patch
|
blob
|
history
diff --git
a/pgpmicalg.c
b/pgpmicalg.c
index 10e273728419b232fc07a7fbbed44b4b1c339ece..f81c76bf5615132c34a003559d07e5bea01888aa 100644
(file)
--- 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 }
};