From be646f37c6508ed75a22ff21af60f2496b432c9d Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 12 Aug 2017 19:09:37 +0000 Subject: errant whitespace --- src/regress/lib/libssl/tlsext/tlsexttest.c | 6 +++--- 1 file 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 @@ -/* $OpenBSD: tlsexttest.c,v 1.8 2017/08/11 21:22:12 jsing Exp $ */ +/* $OpenBSD: tlsexttest.c,v 1.9 2017/08/12 19:09:37 beck Exp $ */ /* * Copyright (c) 2017 Joel Sing * Copyright (c) 2017 Doug Hogan @@ -995,7 +995,7 @@ test_tlsext_ri_serverhello(void) } S3I(ssl)->send_connection_binding = 1; - + if (!tlsext_ri_serverhello_needs(ssl)) { FAIL("serverhello should need RI\n"); goto err; @@ -1236,7 +1236,7 @@ test_tlsext_sni_serverhello(void) if ((ssl->session->tlsext_hostname = strdup(TEST_SNI_SERVERNAME)) == NULL) errx(1, "failed to strdup tlsext_hostname"); - + if (!tlsext_sni_serverhello_needs(ssl)) { FAIL("serverhello should need SNI\n"); goto err; -- cgit v1.2.3-55-g6feb