diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-29 08:08:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-29 08:08:03 +0000 |
commit | df3c59d0889a337eff9f994e92a5dc165ba1729f (patch) | |
tree | 7973747444155ea669e3f2dc1177b9b2eb3fc8a1 /Source/charon/utils/randomizer.h | |
parent | ed37dee61daf5bb272c04b79787da282abaa9447 (diff) | |
download | strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.bz2 strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.xz |
- changed allocation behavior
Diffstat (limited to 'Source/charon/utils/randomizer.h')
-rw-r--r-- | Source/charon/utils/randomizer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/utils/randomizer.h b/Source/charon/utils/randomizer.h index b5dc3780a..c993782e4 100644 --- a/Source/charon/utils/randomizer.h +++ b/Source/charon/utils/randomizer.h @@ -32,6 +32,8 @@ typedef struct randomizer_t randomizer_t; * * This class is thread save as file system read calls are thread save. * + * @todo fix FEHLVERHALTEN + * * @ingroup utils */ struct randomizer_t { |