]> git.sur5r.net Git - openldap/commitdiff
Didn't mean to commit #undef URANDOM_DEVICE
authorKurt Zeilenga <kurt@openldap.org>
Wed, 27 Oct 1999 00:29:10 +0000 (00:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 27 Oct 1999 00:29:10 +0000 (00:29 +0000)
libraries/liblutil/entropy.c

index 4a15a789d462e429c41ee294ab07d5380a47ecdc..c372efab1009c3ae208226363b5d409658bed7a9 100644 (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 */
        {