summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/s_apps.h')
-rw-r--r--src/usr.bin/openssl/s_apps.h6
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
118extern int verify_depth;
119extern int verify_error;
120extern int verify_return_error;
121
118int do_server(int port, int type, int *ret, 122int 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);