From 0720d60cc1b39c6ba2900b1aa61cbc98feba711a Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 8 Mar 2014 15:43:26 -0600 Subject: mcookie: use lib/randutils The mcookie should reuse existing code, and there is definitely no need to prefer /dev/random for this utility. See reference for explanation about later statement. References: http://www.2uo.de/myths-about-urandom/ Signed-off-by: Sami Kerola --- include/randutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/randutils.h') diff --git a/include/randutils.h b/include/randutils.h index dec5e355a..17e2a02fa 100644 --- a/include/randutils.h +++ b/include/randutils.h @@ -8,5 +8,6 @@ extern int random_get_fd(void); extern void random_get_bytes(void *buf, size_t nbytes); +extern const char *random_tell_source(void); #endif -- cgit v1.2.3-55-g7522