aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/signers/signer.c
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/signer.c
parent2b547481315c3b641b716023858efdbb2c3e422a (diff)
downloadstrongswan-f1046648362e045781ad7eee6f821d0675178b80.tar.bz2
strongswan-f1046648362e045781ad7eee6f821d0675178b80.tar.xz
- code cleaned up
Diffstat (limited to 'Source/charon/transforms/signers/signer.c')
-rw-r--r--Source/charon/transforms/signers/signer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/signers/signer.c b/Source/charon/transforms/signers/signer.c
index 4d6d3e837..55e3cfc45 100644
--- a/Source/charon/transforms/signers/signer.c
+++ b/Source/charon/transforms/signers/signer.c
@@ -25,7 +25,7 @@
#include <transforms/signers/hmac_signer.h>
/**
- * string mappings for integrity_algorithm_t
+ * String mappings for integrity_algorithm_t.
*/
mapping_t integrity_algorithm_m[] = {
{AUTH_UNDEFINED, "AUTH_UNDEFINED"},
@@ -39,7 +39,7 @@ mapping_t integrity_algorithm_m[] = {
/*
- * see header
+ * Described in header.
*/
signer_t *signer_create(integrity_algorithm_t integrity_algorithm)
{