=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_time.c,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/openssl/s_time.c 2018/02/07 05:47:55 1.23 --- src/usr.bin/openssl/s_time.c 2018/07/13 18:36:56 1.24 *************** *** 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. * --- 1,4 ---- ! /* $OpenBSD: s_time.c,v 1.24 2018/07/13 18:36:56 cheloha Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 228,235 **** /*********************************************************************** * TIME - time functions */ ! #define START 0 ! #define STOP 1 static double tm_Time_F(int op) --- 228,235 ---- /*********************************************************************** * TIME - time functions */ ! #define START TM_RESET ! #define STOP TM_GET static double tm_Time_F(int op)