From e0f12c41de7f0de97842802936608d0b7b66c9cb Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Sat, 12 Jun 1999 09:52:44 +0000 Subject: Avoid some warnings (on silly compilers). --- crypto/dh/dhtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dh/dhtest.c') diff --git a/crypto/dh/dhtest.c b/crypto/dh/dhtest.c index a3f4692eca..770331971f 100644 --- a/crypto/dh/dhtest.c +++ b/crypto/dh/dhtest.c @@ -180,7 +180,7 @@ static void MS_CALLBACK cb(int p, int n, void *arg) 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 -- cgit v1.2.3