diff options
author | beck <> | 2017-04-30 17:46:27 +0000 |
---|---|---|
committer | beck <> | 2017-04-30 17:46:27 +0000 |
commit | daa67510b7529e731def27ae2dc0af05b0b98be7 (patch) | |
tree | 49ed17255c350429df493bfe30594f38b763e854 | |
parent | ab6489f9fe1d54c4799bb9b1897f63682f710529 (diff) | |
download | openbsd-daa67510b7529e731def27ae2dc0af05b0b98be7.tar.gz openbsd-daa67510b7529e731def27ae2dc0af05b0b98be7.tar.bz2 openbsd-daa67510b7529e731def27ae2dc0af05b0b98be7.zip |
whitespace
-rw-r--r-- | src/regress/lib/libcrypto/bio/biotest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/bio/biotest.c b/src/regress/lib/libcrypto/bio/biotest.c index f83ef2c5c1..867305a904 100644 --- a/src/regress/lib/libcrypto/bio/biotest.c +++ b/src/regress/lib/libcrypto/bio/biotest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: biotest.c,v 1.5 2015/05/08 21:30:37 miod Exp $ */ | 1 | /* $OpenBSD: biotest.c,v 1.6 2017/04/30 17:46:27 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -92,7 +92,7 @@ do_bio_get_host_ip_tests(void) | |||
92 | for (i = 0; i < N_BIO_GET_IP_TESTS; i++) { | 92 | for (i = 0; i < N_BIO_GET_IP_TESTS; i++) { |
93 | bgit = &bio_get_host_ip_tests[i]; | 93 | bgit = &bio_get_host_ip_tests[i]; |
94 | memset(&ip, 0, sizeof(ip)); | 94 | memset(&ip, 0, sizeof(ip)); |
95 | 95 | ||
96 | ret = BIO_get_host_ip(bgit->input, ip.c); | 96 | ret = BIO_get_host_ip(bgit->input, ip.c); |
97 | if (ret != bgit->ret) { | 97 | if (ret != bgit->ret) { |
98 | fprintf(stderr, "FAIL: test %zi (\"%s\") %s, want %s\n", | 98 | fprintf(stderr, "FAIL: test %zi (\"%s\") %s, want %s\n", |
@@ -124,7 +124,7 @@ do_bio_get_port_tests(void) | |||
124 | for (i = 0; i < N_BIO_GET_PORT_TESTS; i++) { | 124 | for (i = 0; i < N_BIO_GET_PORT_TESTS; i++) { |
125 | bgpt = &bio_get_port_tests[i]; | 125 | bgpt = &bio_get_port_tests[i]; |
126 | port = 0; | 126 | port = 0; |
127 | 127 | ||
128 | ret = BIO_get_port(bgpt->input, &port); | 128 | ret = BIO_get_port(bgpt->input, &port); |
129 | if (ret != bgpt->ret) { | 129 | if (ret != bgpt->ret) { |
130 | fprintf(stderr, "FAIL: test %zi (\"%s\") %s, want %s\n", | 130 | fprintf(stderr, "FAIL: test %zi (\"%s\") %s, want %s\n", |