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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Docsp.c147 int req_text = 0, resp_text = 0; local
277 resp_text = 1;
281 else if (!strcmp(*args, "-resp_text"))
282 resp_text = 1;
585 BIO_printf (bio_err, "-resp_text print text form of response\n");
829 if (resp_text) OCSP_RESPONSE_print(out, resp, 0);

Completed in 75 milliseconds