Silence harmless compiler warning.
This commit is contained in:
parent
d7f753cd3a
commit
c422d2a067
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue