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/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/verify.c') diff --git a/apps/verify.c b/apps/verify.c index 119709f5b4..093fe09f2c 100644 --- a/apps/verify.c +++ b/apps/verify.c @@ -171,7 +171,7 @@ static int check(X509_STORE *ctx, char *file) } } - x=PEM_read_bio_X509(in,NULL,NULL); + x=PEM_read_bio_X509(in,NULL,NULL,NULL); if (x == NULL) { fprintf(stdout,"%s: unable to load certificate file\n", -- cgit v1.2.3