X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/a69a3efddbe1261f55e90d4ff477053ab80663a5..21aac40c87e498ae0a8c4c3d0960ca298a89b54c:/gdsa.c diff --git a/gdsa.c b/gdsa.c index 751bccee..f60fb2d7 100644 --- a/gdsa.c +++ b/gdsa.c @@ -61,7 +61,7 @@ ghash *gdsa_beginhash(const gdsa *c) { return (GH_INIT(c->h)); } * isn't finalized. */ -void gdsa_endhash(gdsa *c, ghash *h) { ; } +void gdsa_endhash(const gdsa *c, ghash *h) { ; } /* --- @gdsa_sign@ --- * *