X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/a69a3efddbe1261f55e90d4ff477053ab80663a5..02dfbd5b7af7816959dbd39c1fe628451204e35f:/gdsa.c diff --git a/gdsa.c b/gdsa.c index 751bcce..f60fb2d 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@ --- * *