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