From: Kurt Zeilenga Date: Wed, 27 Oct 1999 00:29:10 +0000 (+0000) Subject: Didn't mean to commit #undef URANDOM_DEVICE X-Git-Tag: UCDATA_2_4~313 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=491dc61df6dd1fcd04fb15de116a05766a03df93;p=openldap Didn't mean to commit #undef URANDOM_DEVICE --- 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 */ {