Searched refs:respout (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c202 {"respout", OPT_RESPOUT, 's', "Output file for the DER-encoded response"},
250 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; local
415 respout = opt_arg();
715 if (respout != NULL) {
716 derbio = bio_open_default(respout, 'w', FORMAT_ASN1);

Completed in 94 milliseconds