Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_client.c813 const char *protohost = NULL; in s_client_main() local
1005 protohost = opt_arg(); in s_client_main()
2191 if (protohost == NULL) in s_client_main()
2192 protohost = "mail.example.com"; in s_client_main()
2194 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2196 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2290 protohost ? protohost : host); in s_client_main()