From 74678cc2f8132ad34f7c33731c4765cf3083de8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 21 Jul 1999 20:57:16 +0000 Subject: Additional user data argument to pem_password_cb function type and to lots of PEM_... functions. Submitted by: Damien Miller --- apps/pkcs7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/pkcs7.c') diff --git a/apps/pkcs7.c b/apps/pkcs7.c index 9518983d5d..0e1427cc31 100644 --- a/apps/pkcs7.c +++ b/apps/pkcs7.c @@ -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"); -- cgit v1.2.3