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:
be2c4d9
)
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:27:56 +0000
(
01:27
+0000)
crypto/cms/cms_lib.c
patch
|
blob
|
history
diff --git
a/crypto/cms/cms_lib.c
b/crypto/cms/cms_lib.c
index 268278014c5820423e86a8775388d4a136e736da..0a8200cc38f3601a116e73878fe55a08a6144a0e 100644
(file)
--- a/
crypto/cms/cms_lib.c
+++ b/
crypto/cms/cms_lib.c
@@
-448,8
+448,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++)