diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-24 16:22:04 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-24 16:22:04 +0000 |
commit | 8277be60531af90687cc128df122d5d43272f1f0 (patch) | |
tree | 0edcaa553c5fa1b1e10b64a0a035934ce36ac3af /Source/charon/utils/gmp_helper.h | |
parent | 2a1d820155c43a0675352b70b9749cc4ad284529 (diff) | |
download | strongswan-8277be60531af90687cc128df122d5d43272f1f0.tar.bz2 strongswan-8277be60531af90687cc128df122d5d43272f1f0.tar.xz |
- moved algorithm definitions from payloads to corresponding transforms
- cleanup of docs in transforms
Diffstat (limited to 'Source/charon/utils/gmp_helper.h')
-rw-r--r-- | Source/charon/utils/gmp_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/utils/gmp_helper.h b/Source/charon/utils/gmp_helper.h index 08a51dbb8..92f7d2b03 100644 --- a/Source/charon/utils/gmp_helper.h +++ b/Source/charon/utils/gmp_helper.h @@ -1,5 +1,5 @@ /** - * @file gmp_helper.c + * @file gmp_helper.h * * @brief Class with helper functions for gmp operations * |