aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-12-12 17:44:34 +0000
committerWerner Koch <[email protected]>1998-12-12 17:44:34 +0000
commite5666c8fef9cc25ae60bcfdf42d6c048423e09fe (patch)
tree4823320854266c4e5cfca97bb6d2fc151925e9a1 /cipher/rndlinux.c
parentSee ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch (diff)
downloadgnupg-e5666c8fef9cc25ae60bcfdf42d6c048423e09fe.tar.gz
gnupg-e5666c8fef9cc25ae60bcfdf42d6c048423e09fe.zip
See ChangeLog: Sat Dec 12 18:40:32 CET 1998 Werner Koch
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 */
}