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