Commit 3485cdb9 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Oops... fix PKCS#7 bug properly this time.
parent 3e3f04d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,9 +314,9 @@ 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;