diff options
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) { |
