Expunge revision histories in files.
[u/mdw/catacomb] / dsig.c
diff --git a/dsig.c b/dsig.c
index 030ad0a..6e624c6 100644 (file)
--- a/dsig.c
+++ b/dsig.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dsig.c,v 1.9 2004/04/08 01:02:15 mdw Exp $
+ * $Id: dsig.c,v 1.10 2004/04/08 01:36:15 mdw Exp $
  *
  * Verify signatures on distribuitions of files
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: dsig.c,v $
- * Revision 1.9  2004/04/08 01:02:15  mdw
- * Incompatible change!  Add new signature schemes.  Key now implies
- * algorithms (integrity checked by new fingerprinting rules), so don't put
- * that stuff in the manifest.
- *
- * Revision 1.8  2004/04/04 19:42:59  mdw
- * Add set -e.
- *
- * Revision 1.7  2001/02/23 09:04:17  mdw
- * Add new hash functions.  Provide full help for subcommands.  Run the
- * hash function over parts of the header in a canonical order.
- *
- * Revision 1.6  2000/12/06 20:33:27  mdw
- * Make flags be macros rather than enumerations, to ensure that they're
- * unsigned.
- *
- * Revision 1.5  2000/10/08 12:12:09  mdw
- * Shut up some warnings.
- *
- * Revision 1.4  2000/08/04 23:23:44  mdw
- * Various <ctype.h> fixes.
- *
- * Revision 1.3  2000/07/15 20:53:23  mdw
- * More hash functions.  Bug fix in getstring.
- *
- * Revision 1.2  2000/07/01 11:27:22  mdw
- * Use new PKCS#1 padding functions rather than rolling by hand.
- *
- * Revision 1.1  2000/06/17 10:54:29  mdw
- * Program to generate and verify signatures on multiple files.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"