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