0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 13:38:55 +02:00

Silence harmless compiler warning.

This commit is contained in:
Jilles Tjoelker 2007-12-13 00:20:06 +01:00
parent d7f753cd3a
commit c422d2a067

View 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)