X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_randpool.h;h=832859842be5b83f13b57d96b3130c4833f51eef;hb=07f3470fff18b401711ba668af40e649347171e5;hp=3c9bb698f3616d895f39405a03a026f3f604bfca;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index 3c9bb698..83285984 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -44,11 +44,11 @@ /** * Define a size, in byte, of entropy pool. * $WIZ$ type = "int" - * $WIZ$ min = "0" + * $WIZ$ min = 1 */ #define CONFIG_SIZE_ENTROPY_POOL 64 -/// Turn on or off timer support in Randpool. $WIZ$ type = "boolean" +/// Enable timer in randpool algo. $WIZ$ type = "boolean" #define CONFIG_RANDPOOL_TIMER 1 #endif /* CFG_RANDPOOL_H */