X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=appconfig.h;h=c68cf40e040e109b349c17a2d6ba8f089a51d3e0;hb=83bdfc821b94188314a854356a67da2e89e5c8ab;hp=826f48385ff1c68105f6c117c4a4ef7cb049bd0c;hpb=f2b9cabb89850215d6aabebae7dafb17e4af15c7;p=bertos.git diff --git a/appconfig.h b/appconfig.h index 826f4838..c68cf40e 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.16 2007/02/12 15:29:41 asterix + *#* Add CONFIG_RANDPOOL_TIMER macro to swich on or off timer support in randpool. + *#* *#* Revision 1.15 2007/02/08 14:20:35 asterix *#* Add CONFIG_SIZE_ENTROPY_POOL. *#* @@ -244,6 +247,9 @@ #define CONFIG_MD2_STD_PERM 0 /// Define a size, in byte, of entropy pool. -#define CONFIG_SIZE_ENTROPY_POOL 160 +#define CONFIG_SIZE_ENTROPY_POOL 64 + +/// Turn on or off timer support in Randpool. +#define CONFIG_RANDPOOL_TIMER 1 #endif /* APPCONFIG_H */