From c422d2a0676e9d01e43bbbb8b453259b1f2c95f0 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 13 Dec 2007 00:20:06 +0100 Subject: [PATCH] Silence harmless compiler warning. --- src/newconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newconf.c b/src/newconf.c index 9bb3c1f..3cd3a54 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -536,7 +536,7 @@ conf_end_oper(struct TopConf *tc) yy_tmpoper->rsa_pubkey = (RSA *) PEM_read_bio_RSA_PUBKEY(file, NULL, 0, NULL); - BIO_set_close(file, BIO_CLOSE); + (void)BIO_set_close(file, BIO_CLOSE); BIO_free(file); if(yy_tmpoper->rsa_pubkey == NULL)