X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/962dd3329d51f1d18313a17eb0cb4695ee4421a0..5b69c389f8528045a8aabf848818dcbd1c420881:/Makefile.m4?ds=sidebyside diff --git a/Makefile.m4 b/Makefile.m4 index 4428442..814fd34 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -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)')