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

/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c121 static char http_server_binmode = 0; /* for now: 0/1 = default/binary */ variable
916 {"http_server_binmode", OPT_HTTP_SERVER_BINMODE, '-', "opening files in binary mode when acting as http server (-WWW and -HTTP)"},
1633 http_server_binmode = 1;
3366 opmode = (http_server_binmode == 1) ? "rb" : "r";

Completed in 408 milliseconds