X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e9026a0a6d8fc5cbcfa8d658176bfd2776cb550e..298182ad446aaced14dea7ed0e7c968946787288:/gdsa.h diff --git a/gdsa.h b/gdsa.h index 6d88a4d..660a465 100644 --- 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 * @@ -27,14 +27,6 @@ * 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@ --- * *