summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/s_time.c')
-rw-r--r--src/usr.bin/openssl/s_time.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c
index ed9da3e4e8..2e7c97dbae 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.5 2015/04/14 11:45:00 jsing Exp $ */ 1/* $OpenBSD: s_time.c,v 1.6 2015/04/14 12:56:36 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 *
@@ -94,8 +94,6 @@
94#define max(a,b) (((a) > (b)) ? (a) : (b)) 94#define max(a,b) (((a) > (b)) ? (a) : (b))
95 95
96#define SECONDS 30 96#define SECONDS 30
97extern int verify_depth;
98extern int verify_error;
99 97
100static void s_time_usage(void); 98static void s_time_usage(void);
101static SSL *doConnection(SSL * scon); 99static SSL *doConnection(SSL * scon);