summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/tlsext/tlsexttest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index aa7230c74a..880142202e 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tlsexttest.c,v 1.8 2017/08/11 21:22:12 jsing Exp $ */ 1/* $OpenBSD: tlsexttest.c,v 1.9 2017/08/12 19:09:37 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> 4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -995,7 +995,7 @@ test_tlsext_ri_serverhello(void)
995 } 995 }
996 996
997 S3I(ssl)->send_connection_binding = 1; 997 S3I(ssl)->send_connection_binding = 1;
998 998
999 if (!tlsext_ri_serverhello_needs(ssl)) { 999 if (!tlsext_ri_serverhello_needs(ssl)) {
1000 FAIL("serverhello should need RI\n"); 1000 FAIL("serverhello should need RI\n");
1001 goto err; 1001 goto err;
@@ -1236,7 +1236,7 @@ test_tlsext_sni_serverhello(void)
1236 if ((ssl->session->tlsext_hostname = strdup(TEST_SNI_SERVERNAME)) == 1236 if ((ssl->session->tlsext_hostname = strdup(TEST_SNI_SERVERNAME)) ==
1237 NULL) 1237 NULL)
1238 errx(1, "failed to strdup tlsext_hostname"); 1238 errx(1, "failed to strdup tlsext_hostname");
1239 1239
1240 if (!tlsext_sni_serverhello_needs(ssl)) { 1240 if (!tlsext_sni_serverhello_needs(ssl)) {
1241 FAIL("serverhello should need SNI\n"); 1241 FAIL("serverhello should need SNI\n");
1242 goto err; 1242 goto err;