diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-24 11:30:19 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-24 11:30:19 +0000 |
commit | 5796aa164d79b2ffaf2839b281d490be6a72d1d8 (patch) | |
tree | 4031a623426b19bf03b2c61cd73a504e218fb1fb /Source/charon/utils/randomizer.h | |
parent | 95c61cb956505cdb0a91c8c8cd134dda3aac744d (diff) | |
download | strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.bz2 strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.xz |
- typedefs changed
Diffstat (limited to 'Source/charon/utils/randomizer.h')
-rw-r--r-- | Source/charon/utils/randomizer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/utils/randomizer.h b/Source/charon/utils/randomizer.h index 4531f03cc..b9f8890c0 100644 --- a/Source/charon/utils/randomizer.h +++ b/Source/charon/utils/randomizer.h @@ -25,14 +25,14 @@ #include <types.h> +typedef struct randomizer_t randomizer_t; + /** - * Object representing an randomizer + * @brief Object representing an randomizer * * This class is thread save as file system read calls are thread save... */ -typedef struct randomizer_s randomizer_t; - -struct randomizer_s { +struct randomizer_t { /** * @brief Reads a specific number of bytes from random device. |