X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=algos%2Frandpool.h;h=40f5152d6c9ec6e36a0d9da02895ec0033b0b5c9;hb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;hp=92caf54320347c059b04a44e55c296b1f0ef8dae;hpb=4f4239ae22bfcb4d503fdf404b9bd70a94687994;p=bertos.git diff --git a/algos/randpool.h b/algos/randpool.h old mode 100755 new mode 100644 index 92caf543..40f5152d --- a/algos/randpool.h +++ b/algos/randpool.h @@ -1,6 +1,31 @@ /** * \file * @@ -14,6 +39,9 @@ /*#* *#* $Log$ + *#* Revision 1.11 2007/02/15 13:54:26 asterix + *#* Rename randpool_getN in randpool_get. Fix bug in randpool_get. + *#* *#* Revision 1.10 2007/02/15 13:40:42 asterix *#* Fix bug in randpool_add and randpool_strir. *#* @@ -73,7 +101,6 @@ void randpool_add(EntropyPool *pool, void *data, size_t entropy); void randpool_init(EntropyPool *pool, void *_data, size_t len); size_t randpool_size(EntropyPool *pool); void randpool_get(EntropyPool *pool, void *data, size_t n_byte); -void randpool_getN(EntropyPool *pool, void *data, size_t n_byte); uint8_t *randpool_pool(EntropyPool *pool); #endif /* RANDPOOL_H */