Restore compability with kerberos/des.h (I had deleted some seemingly useless
[openssl.git] / apps / pkcs7.c
index 9518983d5d6bea65361c0b2e931e43973dec892c..0e1427cc315513ac91a7ed82396828b1f8591f82 100644 (file)
@@ -195,7 +195,7 @@ bad:
        if      (informat == FORMAT_ASN1)
                p7=d2i_PKCS7_bio(in,NULL);
        else if (informat == FORMAT_PEM)
-               p7=PEM_read_bio_PKCS7(in,NULL,NULL);
+               p7=PEM_read_bio_PKCS7(in,NULL,NULL,NULL);
        else
                {
                BIO_printf(bio_err,"bad input format specified for pkcs7 object\n");