diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-08-12 19:09:38 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-08-12 19:09:38 +0000 |
commit | 01af4caf7533727d67eac450184f900e1f9f6494 (patch) | |
tree | 94031840d8ece08e761fd930a9de822a69d30fbb /regress | |
parent | 0d413e4dcc586a9139e10f3581166aad314f14fe (diff) |
errant whitespace
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/tlsext/tlsexttest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libssl/tlsext/tlsexttest.c b/regress/lib/libssl/tlsext/tlsexttest.c index aa7230c74a0..880142202ed 100644 --- a/regress/lib/libssl/tlsext/tlsexttest.c +++ b/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 <jsing@openbsd.org> * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> @@ -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; |