Fix another warning.

This commit is contained in:
Dr. Stephen Henson 2007-09-07 13:27:40 +00:00
parent a6fbcb4220
commit e7e8f4b333
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}