X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/5032daf4a16aebc784968e8d052dbe4233f88bfe..c65df27983057ec76ed0e72bb370f9a5ae7dad28:/cc-sig.c diff --git a/cc-sig.c b/cc-sig.c index 2bfe7e9..b7ce0b7 100644 --- a/cc-sig.c +++ b/cc-sig.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: cc-sig.c,v 1.1 2004/04/17 09:58:37 mdw Exp $ + * $Id$ * * Catcrypt signatures * @@ -517,12 +517,7 @@ static const sigops eckcdsa_vrf = { /* --- The switch table --- */ -static const struct sigtab { - const char *name; - const sigops *signops; - const sigops *verifyops; - const gchash *ch; -} sigtab[] = { +const struct sigtab sigtab[] = { { "rsapkcs1", &rsap1_sig, &rsap1_vrf, &sha }, { "rsapss", &rsapss_sig, &rsapss_vrf, &sha }, { "dsa", &dsa_sig, &dsa_vrf, &sha },