diff options
Diffstat (limited to 'Source/charon/utils/gmp_helper.h')
-rw-r--r-- | Source/charon/utils/gmp_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/utils/gmp_helper.h b/Source/charon/utils/gmp_helper.h index 478dd06a9..ff2a73c8a 100644 --- a/Source/charon/utils/gmp_helper.h +++ b/Source/charon/utils/gmp_helper.h @@ -54,6 +54,8 @@ struct gmp_helper_s { /* Convert network form (binary bytes, big-endian) to mpz_t of gmp library. * + * mpz_t gets initialized in this function. + * * @param this calling private_gmp_helper_t object * @param mpz_value pointer to a mpz_t value * @param data chunk_t containing the network form of data |