From 67e40b8cbfdd9a0fac84a56b01c5a03f9c7938af Mon Sep 17 00:00:00 2001
From: arighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Date: Wed, 9 Feb 2011 15:23:50 +0000
Subject: [PATCH] random: add module dependencies

For now, just include the union of all the possible dependencies.
For the future it would be better to selectively include only the
required dependencies in function of the RANDOM_SECURITY_LEVEL
parameter.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4693 38d2e660-2303-0410-9eaa-f027e97ec537
---
 bertos/sec/random.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bertos/sec/random.h b/bertos/sec/random.h
index cd103e70..3ccc17b7 100644
--- a/bertos/sec/random.h
+++ b/bertos/sec/random.h
@@ -35,6 +35,7 @@
  *
  * $WIZ$ module_name = "random"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_random.h"
+ * $WIZ$ module_depends = "isaac", "cipher", "sha1", "yarrow", "yarrow_pool", "x917", "aes"
  * $WIZ$ module_supports = "stm32 or lm3s"
  */
 
-- 
2.34.1