Skip to content

Commit

Permalink
Remove duplicate statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Feb 15, 2014
1 parent be2c4d9 commit 5a7652c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/cms/cms_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit 5a7652c

Please sign in to comment.