mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Didn't mean to commit #undef URANDOM_DEVICE
This commit is contained in:
parent
241799c9e3
commit
491dc61df6
@ -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 */
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user