diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 15:37:56 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 15:37:56 +0000 |
commit | 6f36717843c71a46c5cfb8d4d4f9b74d0585de1f (patch) | |
tree | ffa1345c68767e8660a6bf917eeef9d5ce15b947 /Source/charon/transforms/prfs/prf.c | |
parent | 62abe4a37dade51bc122e97d566ec7b728648638 (diff) | |
download | strongswan-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.c | 5 |
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) { |