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:
b335b54
)
Remove duplicate statement.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Feb 2014 01:27:56 +0000
(
01:27
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Feb 2014 01:29:24 +0000
(
01:29
+0000)
(cherry picked from commit
5a7652c3e585e970e5b778074c92e617e48fde38
)
crypto/cms/cms_lib.c
patch
|
blob
|
history
diff --git
a/crypto/cms/cms_lib.c
b/crypto/cms/cms_lib.c
index ab57f0f4a150178af5376d54899eb1d85c260452..e8e73f0a60d141471df4f5bea1a20b5d2099cd05 100644
(file)
--- a/
crypto/cms/cms_lib.c
+++ b/
crypto/cms/cms_lib.c
@@
-463,8
+463,6
@@
int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert)
STACK_OF(CMS_CertificateChoices) **pcerts;
int i;
pcerts = cms_get0_certificate_choices(cms);
- if (!pcerts)
- return 0;
if (!pcerts)
return 0;
for (i = 0; i < sk_CMS_CertificateChoices_num(*pcerts); i++)