Modify S/MIME application so the -signer option writes the signer(s)
[openssl.git] / apps / sess_id.c
index eb84e2528dd892e9b390e4ba69025361b7cedf4a..8ac118d4a1e6e013ea70fc5c3a83760483b0c0de 100644 (file)
@@ -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;