X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e40955b56456a6191ebff48b00c667a0674b3bdb..f4535c6454395e6d56ce0091a07b6d4f7d54a47f:/gdsa.h diff --git a/gdsa.h b/gdsa.h index 479ef3c..660a465 100644 --- a/gdsa.h +++ b/gdsa.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gdsa.h,v 1.2 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Generalized version of DSA * @@ -91,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@ --- * *