From: arighi Date: Wed, 9 Feb 2011 15:23:50 +0000 (+0000) Subject: random: add module dependencies X-Git-Tag: 2.7.0~273 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=67e40b8cbfdd9a0fac84a56b01c5a03f9c7938af;p=bertos.git 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 --- 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" */