From 491dc61df6dd1fcd04fb15de116a05766a03df93 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 27 Oct 1999 00:29:10 +0000 Subject: [PATCH] Didn't mean to commit #undef URANDOM_DEVICE --- libraries/liblutil/entropy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/liblutil/entropy.c b/libraries/liblutil/entropy.c index 4a15a789d4..c372efab10 100644 --- a/libraries/liblutil/entropy.c +++ b/libraries/liblutil/entropy.c @@ -20,7 +20,6 @@ int lutil_entropy( char *buf, int nbytes ) if( nbytes < 0 ) return -1; if( nbytes == 0 ) return 0; -#undef URANDOM_DEVICE #ifdef URANDOM_DEVICE /* Linux and *BSD offer a urandom device */ { -- 2.39.5