Avoid some warnings (on silly compilers).

This commit is contained in:
Bodo Möller
1999-06-12 09:52:44 +00:00
parent 5b5dd0c057
commit e0f12c41de
6 changed files with 9 additions and 9 deletions

View File

@@ -206,7 +206,7 @@ static void MS_CALLBACK dsa_cb(int p, int n, char *arg)
if (p == 2) { c='*'; ok++; }
if (p == 3) c='\n';
BIO_write((BIO *)arg,&c,1);
BIO_flush((BIO *)arg);
(void)BIO_flush((BIO *)arg);
if (!ok && (p == 0) && (num > 1))
{