Home | History | Annotate | Download | only in apps

Lines Matching full:sess_in

354 	BIO_printf(bio_err," -sess_in arg  - file to read SSL session from\n");
616 char *sess_in = NULL;
699 else if (strcmp(*argv,"-sess_in") == 0)
702 sess_in = *(++argv);
1226 if (sess_in)
1229 BIO *stmp = BIO_new_file(sess_in, "r");
1233 sess_in);
1242 sess_in);