New hash variant SHA224.
[u/mdw/catacomb] / Makefile.m4
index 4428442..814fd34 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.65 2003/11/29 23:39:36 mdw Exp $
+## $Id: Makefile.m4,v 1.66 2004/03/21 22:43:50 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.66  2004/03/21 22:43:50  mdw
+## New hash variant SHA224.
+##
 ## Revision 1.65  2003/11/29 23:39:36  mdw
 ## Debianization.
 ##
@@ -269,7 +272,7 @@ define(`cipher_modes', `_(ecb) _(cbc) _(cfb) _(ofb) _(counter)')
 
 define(`hashes', `dnl
 _(md5) _(md4) _(md2) _(tiger) dnl
-_(sha) _(sha256) _(sha384) _(sha512) dnl
+_(sha) _(sha224) _(sha256) _(sha384) _(sha512) dnl
 _(rmd128) _(rmd160) _(rmd256) _(rmd320)')
 define(`hash_modes', `_(mgf) _(hmac)')