summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_apps.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/usr.bin/openssl/s_apps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_apps.h b/src/usr.bin/openssl/s_apps.h
index f535a35c39..a73c2eb1b4 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.6 2021/08/29 12:33:15 tb Exp $ */ 1/* $OpenBSD: s_apps.h,v 1.7 2021/12/06 11:06:58 tb 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 *
@@ -119,7 +119,7 @@ extern int verify_depth;
119extern int verify_return_error; 119extern int verify_return_error;
120 120
121int do_server(int port, int type, int *ret, 121int do_server(int port, int type, int *ret,
122 int (*cb)(char *hostname, int s, unsigned char *context), 122 int (*cb)(int s, unsigned char *context),
123 unsigned char *context, int naccept); 123 unsigned char *context, int naccept);
124#ifdef HEADER_X509_H 124#ifdef HEADER_X509_H
125int verify_callback(int ok, X509_STORE_CTX *ctx); 125int verify_callback(int ok, X509_STORE_CTX *ctx);