aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/gmp_helper.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-18 08:19:12 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-18 08:19:12 +0000
commit99400f979e2b22bee27d03549d478f45d473ee63 (patch)
treecd9632537a8a89edf9e264090188f6d0372dd7f8 /Source/charon/utils/gmp_helper.h
parentd768cb67902783f4275f08042d4f3ce6f1c0984a (diff)
downloadstrongswan-99400f979e2b22bee27d03549d478f45d473ee63.tar.bz2
strongswan-99400f979e2b22bee27d03549d478f45d473ee63.tar.xz
- wrote diffie_hellman_t but not tested
Diffstat (limited to 'Source/charon/utils/gmp_helper.h')
-rw-r--r--Source/charon/utils/gmp_helper.h2
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