X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Frand.c;h=c3b26c466d9e91847ade09a20c574531adc937a8;hp=a893896033a8c4422a9c6138ae31deb17602e4e1;hb=710069c19ee1795dfd614a4ba683d07e1b8e6f81;hpb=ddd3a617ca96914707fc414200b445b52fe6c0ad diff --git a/apps/rand.c b/apps/rand.c index a893896033..c3b26c466d 100644 --- a/apps/rand.c +++ b/apps/rand.c @@ -213,7 +213,7 @@ int MAIN(int argc, char **argv) BIO_write(out, buf, chunk); num -= chunk; } - BIO_flush(out); + (void)BIO_flush(out); app_RAND_write_file(NULL, bio_err); ret = 0;