Added SAFER block cipher.
[u/mdw/catacomb] / Makefile.m4
index d1d55cd..e7110a1 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.51 2001/04/19 18:26:32 mdw Exp $
+## $Id: Makefile.m4,v 1.52 2001/04/29 17:37:35 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.52  2001/04/29 17:37:35  mdw
+## Added SAFER block cipher.
+##
 ## Revision 1.51  2001/04/19 18:26:32  mdw
 ## Add CRC as another hash function.
 ##
@@ -215,7 +218,7 @@ addsuffix(join(`$1', `-', `$2'), `$3')')
 
 define(`ciphers', `dnl
 _(des) _(desx) _(des3) dnl
-_(idea) dnl
+_(idea) _(safer) _(safersk) dnl
 _(blowfish) _(twofish) dnl
 _(tea) _(xtea) dnl
 _(rc2) _(rc5) dnl
@@ -244,7 +247,7 @@ modes-stamp: genmodes
        echo datestamp >modes-stamp
 
 define(`gen_tables', `dnl
-_(des) _(blowfish) _(twofish) _(square) _(rijndael) _(tiger) dnl
+_(des) _(blowfish) _(twofish) _(square) _(safer) _(rijndael) _(tiger) dnl
 _(gfshare) _(gfx-sqr)')
 
 autoheaders: addsuffix(`gen_tables', `-tab.h') primetab.h mptypes.h