Searched refs:sess_in (Results 1 – 2 of 2) sorted by relevance
874 char *sess_in = NULL, *crl_file = NULL, *p; in s_client_main() local1101 sess_in = opt_arg(); in s_client_main()2088 if (sess_in != NULL) { in s_client_main()2090 BIO *stmp = BIO_new_file(sess_in, "r"); in s_client_main()2092 BIO_printf(bio_err, "Can't open session file %s\n", sess_in); in s_client_main()2099 BIO_printf(bio_err, "Can't open session file %s\n", sess_in); in s_client_main()
110 [B<-sess_in> I<filename>]731 =item B<-sess_in> I<filename>
Completed in 13 milliseconds