diff options
| author | beck <> | 2017-08-12 19:09:37 +0000 | 
|---|---|---|
| committer | beck <> | 2017-08-12 19:09:37 +0000 | 
| commit | c114f68cd0104d3ff1c3703891b99d4a97b1bddf (patch) | |
| tree | 6a773c5e74d0cba377c18f3ebb0ec4104275d75a | |
| parent | 4932843c4abdbabd6802b3c7c4c134d63c75e6a6 (diff) | |
| download | openbsd-c114f68cd0104d3ff1c3703891b99d4a97b1bddf.tar.gz openbsd-c114f68cd0104d3ff1c3703891b99d4a97b1bddf.tar.bz2 openbsd-c114f68cd0104d3ff1c3703891b99d4a97b1bddf.zip | |
errant whitespace
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/tlsext/tlsexttest.c | 6 | 
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; | 
