diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-17 17:22:08 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-17 17:22:08 +0000 |
commit | 4750f6c667bd923e8b1b1dae180e40531aaba34d (patch) | |
tree | 7f7c2bafe4c1642d78e038cb3c8aec068340f882 /Source/charon/utils/randomizer.h | |
parent | c1e9c3f69739ff4519006922f6be5ef89c06a742 (diff) | |
download | strongswan-4750f6c667bd923e8b1b1dae180e40531aaba34d.tar.bz2 strongswan-4750f6c667bd923e8b1b1dae180e40531aaba34d.tar.xz |
- started to implement diffie hellman class
Diffstat (limited to 'Source/charon/utils/randomizer.h')
-rw-r--r-- | Source/charon/utils/randomizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/utils/randomizer.h b/Source/charon/utils/randomizer.h index cf6870aa5..0d3757233 100644 --- a/Source/charon/utils/randomizer.h +++ b/Source/charon/utils/randomizer.h @@ -78,7 +78,7 @@ struct randomizer_s { * * @param this calling randomizer_t object * @param bytes Number of bytes to allocate - * @param[out] chunk chunk which will hold the allocated random bytes + * @param[out] chunk chunk which will hold the allocated random bytes * @return * - SUCCESS * - OUT_OF_RES |