Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_server.c3168 const char *opmode; in www_body() local
3507 opmode = (http_server_binmode == 1) ? "rb" : "r"; in www_body()
3508 if ((file = BIO_new_file(p, opmode)) == NULL) { in www_body()
3510 BIO_printf(io, "Error opening '%s' mode='%s'\r\n", p, opmode); in www_body()

Completed in 12 milliseconds