From c6c823084467cc7a60808cdee8015529115b8b91 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 10 Apr 2013 20:40:36 +0100 Subject: [PATCH] group.h: Fix the struct tag for `group'. Maybe I was going to give it a longer name once upon a time. It's stuck now, though. --- group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group.h b/group.h index a144706..4886985 100644 --- a/group.h +++ b/group.h @@ -64,7 +64,7 @@ typedef struct ge ge; /* Group element (abstract type) */ #endif -typedef struct group_ { +typedef struct group { const struct group_ops *ops; /* Operations table */ size_t nbits; /* Size of an element in bits */ size_t noctets; /* Size of raw element in octets */ -- 2.11.0