Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/public-git/catacomb/
[u/mdw/catacomb] / gdsa.h
diff --git a/gdsa.h b/gdsa.h
index 6d88a4d..660a465 100644 (file)
--- a/gdsa.h
+++ b/gdsa.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: gdsa.h,v 1.1 2004/04/04 19:42:59 mdw Exp $
+ * $Id$
  *
  * Generalized version of DSA
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: gdsa.h,v $
- * Revision 1.1  2004/04/04 19:42:59  mdw
- * Add set -e.
- *
- */
-
 #ifndef CATACOMB_GDSA_H
 #define CATACOMB_GDSA_H
 
@@ -99,7 +91,7 @@ extern ghash *gdsa_beginhash(const gdsa */*c*/);
  *             isn't finalized.
  */
 
-extern void gdsa_endhash(gdsa */*c*/, ghash */*h*/);
+extern void gdsa_endhash(const gdsa */*c*/, ghash */*h*/);
 
 /* --- @gdsa_sign@ --- *
  *