X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6e088aad60fd1a7b16da1bb2be07f46fdbd55561..HEAD:/math/ec.h diff --git a/math/ec.h b/math/ec.h index 3de2bb51..c6be6aa4 100644 --- a/math/ec.h +++ b/math/ec.h @@ -580,14 +580,14 @@ extern const char *ec_getinfo(ec_info */*ei*/, const char */*p*/); /* --- @ec_sameinfop@ --- * * - * Arguments: @ec_info *ei, *ej@ = two elliptic curve parameter sets + * Arguments: @const ec_info *ei, *ej@ = two elliptic curve parameter sets * * Returns: Nonzero if the curves are identical (not just isomorphic). * * Use: Checks for sameness of curve parameters. */ -extern int ec_sameinfop(ec_info */*ei*/, ec_info */*ej*/); +extern int ec_sameinfop(const ec_info */*ei*/, const ec_info */*ej*/); /* --- @ec_freeinfo@ --- * *