X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Frand.c;h=c3b26c466d9e91847ade09a20c574531adc937a8;hb=761f3b403b45d3260b5c7cdfce45a57691c27c60;hp=a893896033a8c4422a9c6138ae31deb17602e4e1;hpb=27545970134d703ed96027aac9b67eced124eec3;p=oweals%2Fopenssl.git 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;