aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/charon/utils/randomizer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/charon/utils/randomizer.h b/Source/charon/utils/randomizer.h
index a74cab42f..509b7d515 100644
--- a/Source/charon/utils/randomizer.h
+++ b/Source/charon/utils/randomizer.h
@@ -43,7 +43,9 @@ typedef struct randomizer_t randomizer_t;
*
* This class is thread save as file system read calls are thread save.
*
- * @todo fix FEHLVERHALTEN
+ * @b Constructors:
+ * - randomizer_create()
+ * - randomizer_create_on_devices()
*
* @ingroup utils
*/