Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_client.c875 const char *protohost = NULL; in s_client_main() local
1076 protohost = opt_arg(); in s_client_main()
2374 if (protohost == NULL) in s_client_main()
2375 protohost = "mail.example.com"; in s_client_main()
2377 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2379 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2473 protohost ? protohost : host); in s_client_main()

Completed in 12 milliseconds