aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-06 15:37:56 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-06 15:37:56 +0000
commit6f36717843c71a46c5cfb8d4d4f9b74d0585de1f (patch)
treeffa1345c68767e8660a6bf917eeef9d5ce15b947 /Source/charon/transforms/prfs/prf.c
parent62abe4a37dade51bc122e97d566ec7b728648638 (diff)
downloadstrongswan-6f36717843c71a46c5cfb8d4d4f9b74d0585de1f.tar.bz2
strongswan-6f36717843c71a46c5cfb8d4d4f9b74d0585de1f.tar.xz
- code cleaned up
Diffstat (limited to 'Source/charon/transforms/prfs/prf.c')
-rw-r--r--Source/charon/transforms/prfs/prf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/charon/transforms/prfs/prf.c b/Source/charon/transforms/prfs/prf.c
index 732c91c51..b9bd7a51a 100644
--- a/Source/charon/transforms/prfs/prf.c
+++ b/Source/charon/transforms/prfs/prf.c
@@ -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)
{