From 5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986 Mon Sep 17 00:00:00 2001 From: Adrian-Ken Rueegsegger Date: Fri, 6 Jan 2012 17:37:59 +0100 Subject: Various style, typo and whitespace corrections --- src/libstrongswan/crypto/diffie_hellman.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libstrongswan/crypto/diffie_hellman.h') 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); }; -- cgit v1.2.3