X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_randpool.h;h=3038363eea76e3c63e0d34fdebc068856290e4cf;hb=db72c76f4275be952460cad175a905357c5834c3;hp=8828c49279d8bd2916c20b1d0da229316bcfe7eb;hpb=a68e8a225a683ef7847f92ab89d8a202cf27973f;p=bertos.git diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index 8828c492..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 */ @@ -48,7 +47,7 @@ */ #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 */