Fix another warning.
This commit is contained in:
parent
a6fbcb4220
commit
e7e8f4b333
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ int MAIN(int argc, char **argv)
|
|||
X509_keyid_set1(ucert, NULL, 0);
|
||||
X509_alias_set1(ucert, NULL, 0);
|
||||
/* Remove from list */
|
||||
sk_X509_delete(certs, i);
|
||||
(void)sk_X509_delete(certs, i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue