Didn't mean to commit #undef URANDOM_DEVICE

This commit is contained in:
Kurt Zeilenga 1999-10-27 00:29:10 +00:00
parent 241799c9e3
commit 491dc61df6

View File

@ -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 */
{