From 3485cdb98ea0262c0488105781ad823ddf7519ef Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 22 Mar 2001 18:03:22 +0000 Subject: [PATCH] Oops... fix PKCS#7 bug properly this time. --- crypto/asn1/p7_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1/p7_lib.c b/crypto/asn1/p7_lib.c index 7a5baff8dd..8a340b0119 100644 --- a/crypto/asn1/p7_lib.c +++ b/crypto/asn1/p7_lib.c @@ -314,8 +314,8 @@ PKCS7 *d2i_PKCS7(PKCS7 **a, unsigned char **pp, long length) c.line=__LINE__; goto err; } - } c.slen-=(c.p-c.q); + } } else ret->detached=1; -- 2.25.1