X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_randpool.h;h=3038363eea76e3c63e0d34fdebc068856290e4cf;hb=4278d44ef7681c56f4bd16615c3c4d9338112df4;hp=3c9bb698f3616d895f39405a03a026f3f604bfca;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index 3c9bb698..3038363e 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -32,7 +32,6 @@ * * \brief Configuration file for randpool module. * - * \version $Id$ * * \author Daniele Basile */ @@ -44,11 +43,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 */