Home
last modified time | relevance | path

Searched refs:reqout (Results 1 – 1 of 1) sorted by relevance

/external/openssl/apps/
Docsp.c131 char *reqout = NULL, *respout = NULL; in MAIN() local
402 reqout = *args; in MAIN()
699 if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) in MAIN()
737 if (reqout) in MAIN()
739 derbio = BIO_new_file(reqout, "wb"); in MAIN()
742 BIO_printf(bio_err, "Error opening file %s\n", reqout); in MAIN()