diff options
| author | jsing <> | 2015-04-14 12:56:36 +0000 |
|---|---|---|
| committer | jsing <> | 2015-04-14 12:56:36 +0000 |
| commit | 112c079ac11550d57774acea2d3b6718c376b42c (patch) | |
| tree | 2116d7fcd74bb69526e1f1891f750e8c32a06039 /src/usr.bin/openssl/s_time.c | |
| parent | 3537f1509eda2aeb7dbe5a232cb8cc172ba23d34 (diff) | |
| download | openbsd-112c079ac11550d57774acea2d3b6718c376b42c.tar.gz openbsd-112c079ac11550d57774acea2d3b6718c376b42c.tar.bz2 openbsd-112c079ac11550d57774acea2d3b6718c376b42c.zip | |
Move verify externs into the header file.
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/s_time.c | 4 |
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 |
| 97 | extern int verify_depth; | ||
| 98 | extern int verify_error; | ||
| 99 | 97 | ||
| 100 | static void s_time_usage(void); | 98 | static void s_time_usage(void); |
| 101 | static SSL *doConnection(SSL * scon); | 99 | static SSL *doConnection(SSL * scon); |
