projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fbcb4
)
Fix another warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 7 Sep 2007 13:27:40 +0000
(13:27 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 7 Sep 2007 13:27:40 +0000
(13:27 +0000)
apps/pkcs12.c
patch
|
blob
|
history
diff --git
a/apps/pkcs12.c
b/apps/pkcs12.c
index 9a7132088b299f2d35f93b1ab9493422229bb55d..1a63bf2ea41249df90818bed33e1bf50799ac4b1 100644
(file)
--- a/
apps/pkcs12.c
+++ b/
apps/pkcs12.c
@@
-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;
}
}