HomeSort by relevance Sort by last modified time
    Searched full:sess_in (Results 1 - 1 of 1) sorted by null

  /external/openssl/apps/
s_client.c 354 BIO_printf(bio_err," -sess_in arg - file to read SSL session from\n");
616 char *sess_in = NULL; local
699 else if (strcmp(*argv,"-sess_in") == 0)
702 sess_in = *(++argv);
    [all...]

Completed in 498 milliseconds