summaryrefslogtreecommitdiff
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndlinux.c')
-rw-r--r--cipher/rndlinux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index cf3df66b..e0442407 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -125,7 +125,8 @@ gather_random( void (*add)(const void*, size_t, int), int requester,
fprintf(stderr,
_("\n"
"Not enough random bytes available. Please do some other work to give\n"
-"the OS a chance to collect more entropy! (Need %d more bytes)\n"), length );
+"the OS a chance to collect more entropy! (Need %d more bytes)\n"),
+ (int)length );
warn = 1;
continue;
}