- code cleaned up

This commit is contained in:
Jan Hutter
2005-12-06 16:04:39 +00:00
parent 2b54748131
commit f104664836
9 changed files with 88 additions and 51 deletions
+2 -2
View File
@@ -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)
{