summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_time.c
diff options
context:
space:
mode:
authorjsing <>2015-04-14 12:56:36 +0000
committerjsing <>2015-04-14 12:56:36 +0000
commit112c079ac11550d57774acea2d3b6718c376b42c (patch)
tree2116d7fcd74bb69526e1f1891f750e8c32a06039 /src/usr.bin/openssl/s_time.c
parent3537f1509eda2aeb7dbe5a232cb8cc172ba23d34 (diff)
downloadopenbsd-112c079ac11550d57774acea2d3b6718c376b42c.tar.gz
openbsd-112c079ac11550d57774acea2d3b6718c376b42c.tar.bz2
openbsd-112c079ac11550d57774acea2d3b6718c376b42c.zip
Move verify externs into the header file.
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);