X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/7a695b7f277c077ebc4409d793e465d70826ad86..5685a696f1a1d1944b6eb1326e0df9ed84128ebd:/ec-test.c diff --git a/ec-test.c b/ec-test.c index e83e3ee..30d1069 100644 --- a/ec-test.c +++ b/ec-test.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: ec-test.c,v 1.6 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Code for testing elliptic-curve stuff * @@ -189,7 +189,7 @@ static void ecdump(dstr *d, FILE *fp) ecdodump(a, fp); } -test_type type_ec = { eccvt, ecdump }; +const test_type type_ec = { eccvt, ecdump }; /*----- Testing elliptic curve functionality ------------------------------*/