openssl/crypto/pkcs7
Jiasheng Jiang 8211ca45e4 PKCS7: Remove one of the duplicate checks
There are two consecutive identical checks "if (i <= 0)".
We can remove one of them to make the code clear.

CLA: trivial

Signed-off-by: Jiasheng Jiang <jiasheng@purdue.edu>

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23741)
2024-03-11 15:19:15 +01:00
..
bio_pk7.c
build.info
pk7_asn1.c
pk7_attr.c Fix possible memleak in PKCS7_add0_attrib_signing_time 2023-11-22 09:49:02 +01:00
pk7_doit.c
pk7_lib.c
pk7_local.h
pk7_mime.c Add NULL checks where ContentInfo data can be NULL 2024-01-25 15:27:43 +00:00
pk7_smime.c PKCS7: Remove one of the duplicate checks 2024-03-11 15:19:15 +01:00
pkcs7err.c