diff options
author | jsing <> | 2015-04-14 12:56:36 +0000 |
---|---|---|
committer | jsing <> | 2015-04-14 12:56:36 +0000 |
commit | bba33819fb856b1ce99b45cc907016a0e68b0832 (patch) | |
tree | 2116d7fcd74bb69526e1f1891f750e8c32a06039 /src/usr.bin/openssl/s_client.c | |
parent | 5f67b62ab7c560a506a5542ecf94b555ce9540fb (diff) | |
download | openbsd-bba33819fb856b1ce99b45cc907016a0e68b0832.tar.gz openbsd-bba33819fb856b1ce99b45cc907016a0e68b0832.tar.bz2 openbsd-bba33819fb856b1ce99b45cc907016a0e68b0832.zip |
Move verify externs into the header file.
Diffstat (limited to 'src/usr.bin/openssl/s_client.c')
-rw-r--r-- | src/usr.bin/openssl/s_client.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/s_client.c b/src/usr.bin/openssl/s_client.c index 835b44871e..83a515c824 100644 --- a/src/usr.bin/openssl/s_client.c +++ b/src/usr.bin/openssl/s_client.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_client.c,v 1.12 2015/01/13 10:48:24 bluhm Exp $ */ | 1 | /* $OpenBSD: s_client.c,v 1.13 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 | * |
@@ -171,10 +171,6 @@ | |||
171 | 171 | ||
172 | #define BUFSIZZ 1024*8 | 172 | #define BUFSIZZ 1024*8 |
173 | 173 | ||
174 | extern int verify_depth; | ||
175 | extern int verify_error; | ||
176 | extern int verify_return_error; | ||
177 | |||
178 | static int c_nbio = 0; | 174 | static int c_nbio = 0; |
179 | static int c_Pause = 0; | 175 | static int c_Pause = 0; |
180 | static int c_debug = 0; | 176 | static int c_debug = 0; |