=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_time.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/openssl/s_time.c 2018/02/07 04:57:06 1.22 --- src/usr.bin/openssl/s_time.c 2018/02/07 05:47:55 1.23 *************** *** 1,4 **** ! /* $OpenBSD: s_time.c,v 1.22 2018/02/07 04:57:06 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: s_time.c,v 1.23 2018/02/07 05:47:55 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 388,394 **** * over */ ! next: if (!(s_time_config.perform & 2)) goto end; printf("\n\nNow timing with session id reuse.\n"); --- 388,394 ---- * over */ ! next: if (!(s_time_config.perform & 2)) goto end; printf("\n\nNow timing with session id reuse.\n"); *************** *** 472,478 **** bytes_read / nConn); ret = 0; ! end: SSL_free(scon); if (tm_ctx != NULL) { --- 472,478 ---- bytes_read / nConn); ret = 0; ! end: SSL_free(scon); if (tm_ctx != NULL) {