summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authoryogesh <yoyogesh01@gmail.com>2020-12-03 19:42:42 +0000
committeryogesh <yoyogesh01@gmail.com>2020-12-03 19:42:42 +0000
commit87cb67642e1a3cadb68edceda13155d53a26304a (patch)
tree996de3c409f26ae87d4d5ff1695db3943e142e75 /cmd
parentb7c5d868d16609ba34f4691ade590ffb0e4bd9e5 (diff)
downloadnss-hg-87cb67642e1a3cadb68edceda13155d53a26304a.tar.gz
Bug 1570539 - Removed -X alt-server-hello option from tstclnt r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D98634
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tstclnt/tstclnt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/tstclnt/tstclnt.c b/cmd/tstclnt/tstclnt.c
index 5207bc062..74887b49c 100644
--- a/cmd/tstclnt/tstclnt.c
+++ b/cmd/tstclnt/tstclnt.c
@@ -313,7 +313,6 @@ PrintParameterUsage()
"%-20s rsa_pss_pss_sha256, rsa_pss_pss_sha384, rsa_pss_pss_sha512,\n"
"%-20s dsa_sha1, dsa_sha256, dsa_sha384, dsa_sha512\n",
"-J", "", "", "", "", "", "", "");
- fprintf(stderr, "%-20s Enable alternative TLS 1.3 handshake\n", "-X alt-server-hello");
fprintf(stderr, "%-20s Use DTLS\n", "-P {client, server}");
fprintf(stderr, "%-20s Exit after handshake\n", "-Q");
fprintf(stderr, "%-20s Use Encrypted Client Hello with the given Base64-encoded ECHConfigs\n", "-N");