diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-04-30 17:46:28 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-04-30 17:46:28 +0000 |
commit | c59dbcd63d358010836275edab8bd6626a6b7d7b (patch) | |
tree | 09f043fa8d1ed8671deccc1740830a90f78fad69 /regress/lib | |
parent | 25bdbb9c55944081cce454f2078f99a20234cecd (diff) |
whitespace
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/bio/biotest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/bio/biotest.c b/regress/lib/libcrypto/bio/biotest.c index f83ef2c5c13..867305a904f 100644 --- a/regress/lib/libcrypto/bio/biotest.c +++ b/regress/lib/libcrypto/bio/biotest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biotest.c,v 1.5 2015/05/08 21:30:37 miod Exp $ */ +/* $OpenBSD: biotest.c,v 1.6 2017/04/30 17:46:27 beck Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * @@ -92,7 +92,7 @@ do_bio_get_host_ip_tests(void) for (i = 0; i < N_BIO_GET_IP_TESTS; i++) { bgit = &bio_get_host_ip_tests[i]; memset(&ip, 0, sizeof(ip)); - + ret = BIO_get_host_ip(bgit->input, ip.c); if (ret != bgit->ret) { fprintf(stderr, "FAIL: test %zi (\"%s\") %s, want %s\n", @@ -124,7 +124,7 @@ do_bio_get_port_tests(void) for (i = 0; i < N_BIO_GET_PORT_TESTS; i++) { bgpt = &bio_get_port_tests[i]; port = 0; - + ret = BIO_get_port(bgpt->input, &port); if (ret != bgpt->ret) { fprintf(stderr, "FAIL: test %zi (\"%s\") %s, want %s\n", |