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/sess_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/sess_id.c') diff --git a/apps/sess_id.c b/apps/sess_id.c index eb84e2528d..8ac118d4a1 100644 --- a/apps/sess_id.c +++ b/apps/sess_id.c @@ -289,7 +289,7 @@ static SSL_SESSION *load_sess_id(char *infile, int format) if (format == FORMAT_ASN1) x=d2i_SSL_SESSION_bio(in,NULL); else if (format == FORMAT_PEM) - x=PEM_read_bio_SSL_SESSION(in,NULL,NULL); + x=PEM_read_bio_SSL_SESSION(in,NULL,NULL,NULL); else { BIO_printf(bio_err,"bad input format specified for input crl\n"); goto end; -- cgit v1.2.3