]> jfr.im git - solanum.git/commitdiff
Silence harmless compiler warning.
authorJilles Tjoelker <redacted>
Wed, 12 Dec 2007 23:20:06 +0000 (00:20 +0100)
committerJilles Tjoelker <redacted>
Wed, 12 Dec 2007 23:20:06 +0000 (00:20 +0100)
src/newconf.c

index 9bb3c1fb872ad04457066e999a21762e686e606b..3cd3a54449ce52d017ff8d265be64b80c3324076 100644 (file)
@@ -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)