summaryrefslogtreecommitdiffstats
path: root/apps/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-06-07 11:50:43 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-06-09 14:03:16 +0200
commitd63053bbdfa226c85e9cec06c35283296e254a84 (patch)
treeed464b5f554805567dbb7b17d4e739ab8dd7634b /apps/include
parentee1d1db824a68f80c4cbdcbffbd7b4026f57a4f2 (diff)
80-test_cmp_http.t: Improve the way the test server is launched and killed
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15642)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/s_apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/s_apps.h b/apps/include/s_apps.h
index 18dbd50d31..d610df40be 100644
--- a/apps/include/s_apps.h
+++ b/apps/include/s_apps.h
@@ -16,7 +16,7 @@
#define PROTOCOL "tcp"
typedef int (*do_server_cb)(int s, int stype, int prot, unsigned char *context);
-int report_server_accept(BIO *out, int asock, int with_address);
+int report_server_accept(BIO *out, int asock, int with_address, int with_pid);
int do_server(int *accept_sock, const char *host, const char *port,
int family, int type, int protocol, do_server_cb cb,
unsigned char *context, int naccept, BIO *bio_s_out);