diff options
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r-- | cipher/rndunix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c index 3cc71cf0b..75cf22ed0 100644 --- a/cipher/rndunix.c +++ b/cipher/rndunix.c @@ -804,7 +804,7 @@ rndunix_gather_random( void (*add)(const void*, size_t, int), int requester, if( !gatherer_pid ) { /* make sure we are not setuid */ - if( getuid() != geteuid() ) + if ( getuid () != geteuid () ) BUG(); /* time to start the gatherer process */ if( pipe( pipedes ) ) { |