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_apps.h | |
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 'src/usr.bin/openssl/s_apps.h')
-rw-r--r-- | src/usr.bin/openssl/s_apps.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/s_apps.h b/src/usr.bin/openssl/s_apps.h index dd4b733afb..177ec87ae4 100644 --- a/src/usr.bin/openssl/s_apps.h +++ b/src/usr.bin/openssl/s_apps.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_apps.h,v 1.1 2014/08/26 17:47:25 jsing Exp $ */ | 1 | /* $OpenBSD: s_apps.h,v 1.2 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 | * |
@@ -115,6 +115,10 @@ | |||
115 | #define PORT_STR "4433" | 115 | #define PORT_STR "4433" |
116 | #define PROTOCOL "tcp" | 116 | #define PROTOCOL "tcp" |
117 | 117 | ||
118 | extern int verify_depth; | ||
119 | extern int verify_error; | ||
120 | extern int verify_return_error; | ||
121 | |||
118 | int do_server(int port, int type, int *ret, | 122 | int do_server(int port, int type, int *ret, |
119 | int (*cb)(char *hostname, int s, unsigned char *context), | 123 | int (*cb)(char *hostname, int s, unsigned char *context), |
120 | unsigned char *context); | 124 | unsigned char *context); |