diff options
author | jsing <> | 2018-02-07 05:47:55 +0000 |
---|---|---|
committer | jsing <> | 2018-02-07 05:47:55 +0000 |
commit | 8b26a12dbe124fea0169712974ac2d8468e92dd9 (patch) | |
tree | 4fc27d43e8a00c73b96eeca6961a12b7a625e0c8 /src/usr.bin/openssl/s_time.c | |
parent | 8af3d9d9a31769e939636e3beaf236d858d41d19 (diff) | |
download | openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.gz openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.bz2 openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.zip |
Indent labels with a single space so that diff prototypes are more useful.
Diffstat (limited to 'src/usr.bin/openssl/s_time.c')
-rw-r--r-- | src/usr.bin/openssl/s_time.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c index e8e8a273a7..ed89160b23 100644 --- a/src/usr.bin/openssl/s_time.c +++ b/src/usr.bin/openssl/s_time.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_time.c,v 1.22 2018/02/07 04:57:06 jsing Exp $ */ | 1 | /* $OpenBSD: s_time.c,v 1.23 2018/02/07 05:47:55 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -388,7 +388,7 @@ s_time_main(int argc, char **argv) | |||
388 | * over | 388 | * over |
389 | */ | 389 | */ |
390 | 390 | ||
391 | next: | 391 | next: |
392 | if (!(s_time_config.perform & 2)) | 392 | if (!(s_time_config.perform & 2)) |
393 | goto end; | 393 | goto end; |
394 | printf("\n\nNow timing with session id reuse.\n"); | 394 | printf("\n\nNow timing with session id reuse.\n"); |
@@ -472,7 +472,7 @@ next: | |||
472 | bytes_read / nConn); | 472 | bytes_read / nConn); |
473 | 473 | ||
474 | ret = 0; | 474 | ret = 0; |
475 | end: | 475 | end: |
476 | SSL_free(scon); | 476 | SSL_free(scon); |
477 | 477 | ||
478 | if (tm_ctx != NULL) { | 478 | if (tm_ctx != NULL) { |