X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e9026a0a6d8fc5cbcfa8d658176bfd2776cb550e..0f9bd85aa42c06b55d7a4e1693981233d95c62ff:/gdsa.h diff --git a/gdsa.h b/gdsa.h index 6d88a4d..f673b70 100644 --- a/gdsa.h +++ b/gdsa.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: gdsa.h,v 1.1 2004/04/04 19:42:59 mdw Exp $ + * $Id$ * * Generalized version of DSA * * (c) 2004 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Catacomb. * @@ -15,26 +15,18 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * Catacomb is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with Catacomb; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * 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 @@ -95,11 +87,11 @@ extern ghash *gdsa_beginhash(const gdsa */*c*/); * Returns: --- * * Use: Does any final thing that DSA wants to do when hashing a - * message. (Actually, there's nothing.) The hashing context + * message. (Actually, there's nothing.) The hashing context * isn't finalized. */ -extern void gdsa_endhash(gdsa */*c*/, ghash */*h*/); +extern void gdsa_endhash(const gdsa */*c*/, ghash */*h*/); /* --- @gdsa_sign@ --- * *