- code cleaned up

This commit is contained in:
Jan Hutter
2005-12-06 15:37:56 +00:00
parent 62abe4a37d
commit 6f36717843
11 changed files with 119 additions and 79 deletions
+2 -3
View File
@@ -28,7 +28,7 @@
/**
* string mappings for encryption_algorithm_t
* String mappings for encryption_algorithm_t.
*/
mapping_t pseudo_random_function_m[] = {
{PRF_UNDEFINED, "PRF_UNDEFINED"},
@@ -39,9 +39,8 @@ mapping_t pseudo_random_function_m[] = {
{MAPPING_END, NULL}
};
/*
* Described in header
* Described in header.
*/
prf_t *prf_create(pseudo_random_function_t pseudo_random_function)
{