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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_apps.h b/src/usr.bin/openssl/s_apps.h
index 177ec87ae4..cd0a057845 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.2 2015/04/14 12:56:36 jsing Exp $ */ 1/* $OpenBSD: s_apps.h,v 1.3 2015/09/10 06:36:45 bcook 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 *
@@ -116,7 +116,6 @@
116#define PROTOCOL "tcp" 116#define PROTOCOL "tcp"
117 117
118extern int verify_depth; 118extern int verify_depth;
119extern int verify_error;
120extern int verify_return_error; 119extern int verify_return_error;
121 120
122int do_server(int port, int type, int *ret, 121int do_server(int port, int type, int *ret,