From d63053bbdfa226c85e9cec06c35283296e254a84 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 7 Jun 2021 11:50:43 +0200 Subject: 80-test_cmp_http.t: Improve the way the test server is launched and killed Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15642) --- apps/include/s_apps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/include') 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); -- cgit v1.2.3