General utilities cleanup. Add signature support to catcrypt. Throw in
[u/mdw/catacomb] / md4.c
diff --git a/md4.c b/md4.c
index fe0c788..5c16203 100644 (file)
--- a/md4.c
+++ b/md4.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: md4.c,v 1.3 2000/06/17 11:31:43 mdw Exp $
+ * $Id: md4.c,v 1.4 2004/04/08 01:36:15 mdw Exp $
  *
  * The MD4 message digest function
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: md4.c,v $
- * Revision 1.3  2000/06/17 11:31:43  mdw
- * Portability fix for broken compilers.
- *
- * Revision 1.2  1999/12/10 23:20:03  mdw
- * New hash interface requirements.
- *
- * Revision 1.1  1999/09/03 08:41:12  mdw
- * Initial import.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <mLib/bits.h>