aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf.c
diff options
context:
space:
mode:
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)
{