Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_server.c1169 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; in s_server_main() local
1223 if (IS_PROT_FLAG(o) && ++prot_opt > 1) { in s_server_main()
1229 if (prot_opt == 1 && no_prot_opt) { in s_server_main()
H A Ds_client.c1018 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; in s_client_main() local
1096 if (IS_PROT_FLAG(o) && ++prot_opt > 1) { in s_client_main()
1102 if (prot_opt == 1 && no_prot_opt) { in s_client_main()