aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/signers/hmac_signer.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-06 16:04:39 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-06 16:04:39 +0000
commitf1046648362e045781ad7eee6f821d0675178b80 (patch)
tree89d5e55a82da7660ead538148cd10cd786680d9f /Source/charon/transforms/signers/hmac_signer.h
parent2b547481315c3b641b716023858efdbb2c3e422a (diff)
downloadstrongswan-f1046648362e045781ad7eee6f821d0675178b80.tar.bz2
strongswan-f1046648362e045781ad7eee6f821d0675178b80.tar.xz
- code cleaned up
Diffstat (limited to 'Source/charon/transforms/signers/hmac_signer.h')
-rw-r--r--Source/charon/transforms/signers/hmac_signer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/signers/hmac_signer.h b/Source/charon/transforms/signers/hmac_signer.h
index 3504b5311..1ce23622d 100644
--- a/Source/charon/transforms/signers/hmac_signer.h
+++ b/Source/charon/transforms/signers/hmac_signer.h
@@ -29,7 +29,7 @@
typedef struct hmac_signer_t hmac_signer_t;
/**
- * @brief Implementation of hmac_signer_t interface using the
+ * @brief Implementation of signer_t interface using the
* HMAC algorithm in combination with either MD5 or SHA1.
*
* @ingroup signers
@@ -48,7 +48,7 @@ struct hmac_signer_t {
* @param hash_algorithm Hash algorithm to use with signer
* @return
* - hmac_signer_t
- * - NULL if hash not supported
+ * - NULL if hash algorithm not supported
*
* @ingroup signers
*/