diff options
author | tb <> | 2021-08-29 12:33:15 +0000 |
---|---|---|
committer | tb <> | 2021-08-29 12:33:15 +0000 |
commit | 3958737f5fc329b07f544deb10827ed41270c9e0 (patch) | |
tree | 1efbd8b53fbcab129721e03799552eb949d13bb2 /src/usr.bin/openssl/s_apps.h | |
parent | 8f799e7126310d2baff5f3f8aa6f0832a10de650 (diff) | |
download | openbsd-3958737f5fc329b07f544deb10827ed41270c9e0.tar.gz openbsd-3958737f5fc329b07f544deb10827ed41270c9e0.tar.bz2 openbsd-3958737f5fc329b07f544deb10827ed41270c9e0.zip |
Implement -naccept in the s_server.
doc fixes/ok jmc
ok beck
Diffstat (limited to 'src/usr.bin/openssl/s_apps.h')
-rw-r--r-- | src/usr.bin/openssl/s_apps.h | 4 |
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 9ee0bb7dc1..f535a35c39 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.5 2018/04/25 07:12:33 tb Exp $ */ | 1 | /* $OpenBSD: s_apps.h,v 1.6 2021/08/29 12:33:15 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 | * |
@@ -120,7 +120,7 @@ extern int verify_return_error; | |||
120 | 120 | ||
121 | int do_server(int port, int type, int *ret, | 121 | int do_server(int port, int type, int *ret, |
122 | int (*cb)(char *hostname, int s, unsigned char *context), | 122 | int (*cb)(char *hostname, int s, unsigned char *context), |
123 | unsigned char *context); | 123 | unsigned char *context, int naccept); |
124 | #ifdef HEADER_X509_H | 124 | #ifdef HEADER_X509_H |
125 | int verify_callback(int ok, X509_STORE_CTX *ctx); | 125 | int verify_callback(int ok, X509_STORE_CTX *ctx); |
126 | #endif | 126 | #endif |