diff options
Diffstat (limited to 'Source/charon/utils/gmp_helper.h')
-rw-r--r-- | Source/charon/utils/gmp_helper.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/utils/gmp_helper.h b/Source/charon/utils/gmp_helper.h index 015f7492e..08a51dbb8 100644 --- a/Source/charon/utils/gmp_helper.h +++ b/Source/charon/utils/gmp_helper.h @@ -30,13 +30,13 @@ #include <types.h> +typedef struct gmp_helper_t gmp_helper_t; + /** - * Class with helper functions to manipulate gmp values + * @brief Class with helper functions to manipulate gmp values. * */ -typedef struct gmp_helper_s gmp_helper_t; - -struct gmp_helper_s { +struct gmp_helper_t { /** * @brief initialize an mpz_t to a random prime of specified size |