=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_time.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/openssl/s_time.c 2015/04/14 11:45:00 1.5 --- src/usr.bin/openssl/s_time.c 2015/04/14 12:56:36 1.6 *************** *** 1,4 **** ! /* $OpenBSD: s_time.c,v 1.5 2015/04/14 11:45:00 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: s_time.c,v 1.6 2015/04/14 12:56:36 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 94,101 **** #define max(a,b) (((a) > (b)) ? (a) : (b)) #define SECONDS 30 - extern int verify_depth; - extern int verify_error; static void s_time_usage(void); static SSL *doConnection(SSL * scon); --- 94,99 ----