aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndunix.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-03 14:33:35 +0000
committerWerner Koch <[email protected]>1999-01-03 14:33:35 +0000
commite3e8d9b92f8b6fd0427fd5d99c66fda4596840cb (patch)
tree7788d39f49af5da5d6257ecbee119bc38529bdde /cipher/rndunix.c
parentSee ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner Koch (diff)
downloadgnupg-e3e8d9b92f8b6fd0427fd5d99c66fda4596840cb.tar.gz
gnupg-e3e8d9b92f8b6fd0427fd5d99c66fda4596840cb.zip
See ChangeLog: Sun Jan 3 15:28:44 CET 1999 Werner Koch
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r--cipher/rndunix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c
index a44d0950b..c005afba4 100644
--- a/cipher/rndunix.c
+++ b/cipher/rndunix.c
@@ -627,7 +627,7 @@ start_gatherer( int pipefd )
while( write( pipefd, &msg, sizeof(msg) ) != sizeof(msg) ) {
if( errno == EINTR )
continue;
- if( errno = EAGAIN ) {
+ if( errno == EAGAIN ) {
struct timeval tv;
tv.tv_sec = 0;
tv.tv_usec = 50000;