Home | History | Annotate | Download | only in apps

Lines Matching refs:sess_out

354 	BIO_printf(bio_err," -sess_out arg - file to write SSL session to\n");
622 char *sess_out = NULL;
700 else if (strcmp(*argv,"-sess_out") == 0)
703 sess_out = *(++argv);
1578 if (sess_out)
1580 BIO *stmp = BIO_new_file(sess_out, "w");
1587 BIO_printf(bio_err, "Error writing session file %s\n", sess_out);