diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2012-01-06 17:37:59 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-01-13 16:27:35 +0100 |
commit | 5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986 (patch) | |
tree | 8617ea667f38c8050124f20c18c4bd4e8ff92d91 /src/libstrongswan | |
parent | 9d17c1a679a83cc5e50d1748d6414bd1d6e4f32c (diff) | |
download | strongswan-5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986.tar.bz2 strongswan-5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986.tar.xz |
Various style, typo and whitespace corrections
Diffstat (limited to 'src/libstrongswan')
-rw-r--r-- | src/libstrongswan/crypto/diffie_hellman.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstrongswan/crypto/diffie_hellman.h b/src/libstrongswan/crypto/diffie_hellman.h index aca793b71..cab3b1ba7 100644 --- a/src/libstrongswan/crypto/diffie_hellman.h +++ b/src/libstrongswan/crypto/diffie_hellman.h @@ -74,8 +74,7 @@ struct diffie_hellman_t { /** * Returns the shared secret of this diffie hellman exchange. * - * Space for returned secret is allocated and must be - * freed by the caller. + * Space for returned secret is allocated and must be freed by the caller. * * @param secret shared secret will be written into this chunk * @return SUCCESS, FAILED if not both DH values are set @@ -108,7 +107,7 @@ struct diffie_hellman_t { diffie_hellman_group_t (*get_dh_group) (diffie_hellman_t *this); /** - * Destroys an diffie_hellman_t object. + * Destroys a diffie_hellman_t object. */ void (*destroy) (diffie_hellman_t *this); }; |