commit | d58d092bc9f0a541ce5f0b265ee819f7ab086560 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Thu Jun 10 16:29:32 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Thu Jun 10 16:29:32 1999 +0000 |
tree | 497575b6ed095b6672e9f17ffb3f20223d3b6b36 | |
parent | 9d9b559ef03e481d2feec5a3a9a28f4a41f8189a [diff] [blame] |
Avoid warnings.
diff --git a/apps/gendh.c b/apps/gendh.c index e5cb646..3d50948 100644 --- a/apps/gendh.c +++ b/apps/gendh.c
@@ -193,7 +193,7 @@ if (p == 2) c='*'; if (p == 3) c='\n'; BIO_write((BIO *)arg,&c,1); - BIO_flush((BIO *)arg); + (void)BIO_flush((BIO *)arg); #ifdef LINT p=n; #endif