From a5b0f8ff5c3b7150e853db4744791dbc4daf2d33 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 27 May 2013 23:05:44 +0100 Subject: [PATCH] Revert "group.h: Fix the struct tag for `group'." I'm a moron. The trailing `_' was there to distinguish my groups from `struct group' in . Put it back. This reverts commit c6c823084467cc7a60808cdee8015529115b8b91. --- group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group.h b/group.h index 4886985..a144706 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