X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/c6c823084467cc7a60808cdee8015529115b8b91..813390c45f438f411662b1a55678e63f11681eb4:/group.h 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 */