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