summaryrefslogtreecommitdiff
path: root/cmd/tstclnt/tstclnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tstclnt/tstclnt.c')
-rw-r--r--cmd/tstclnt/tstclnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tstclnt/tstclnt.c b/cmd/tstclnt/tstclnt.c
index 0dcc2ce65..87229085a 100644
--- a/cmd/tstclnt/tstclnt.c
+++ b/cmd/tstclnt/tstclnt.c
@@ -1183,7 +1183,7 @@ run_client(void)
/* Alternate ServerHello content type (TLS 1.3 only) */
if (enableAltServerHello) {
- rv = SSL_UseAltHandshakeType(s, PR_TRUE);
+ rv = SSL_UseAltServerHelloType(s, PR_TRUE);
if (rv != SECSuccess) {
SECU_PrintError(progName, "error enabling alternate ServerHello type");
error = 1;