]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/pkcs7/dec.c
Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
[thirdparty/openssl.git] / crypto / pkcs7 / dec.c
index c485d39d1d831cd272747d3898b694157e91cdf9..7063037bb1da7cdc5edc2b6991e37ddd0301e4f9 100644 (file)
@@ -144,7 +144,7 @@ again:
 
        /* We need to process the data */
        /* We cannot support detached encryption */
-       p7bio=PKCS7_dataDecode(p7,pkey,detached,cert_store);
+       p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
        
        if (p7bio == NULL)
                {