summaryrefslogtreecommitdiffstats
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndlinux.c')
-rw-r--r--cipher/rndlinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index 3d0ac1b58..b9376e8fe 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -138,7 +138,7 @@ gather_random( byte *buffer, size_t *r_length, int level )
length -= n;
} while( length );
- return 100; /* 100% useful at the requested level */
+ return 100; /* always 100% useful at the requested level */
}