From 5e87fddc971210ebb6df3fe77eeb858cd0bc4dea Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 28 May 2022 18:50:18 +0200 Subject: apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarity Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/18434) --- apps/include/http_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/include') diff --git a/apps/include/http_server.h b/apps/include/http_server.h index df4eba9238..e80e29d8c5 100644 --- a/apps/include/http_server.h +++ b/apps/include/http_server.h @@ -125,7 +125,7 @@ int http_server_send_status(const char *prog, BIO *cbio, # endif # ifdef HTTP_DAEMON -extern int multi; +extern int n_responders; extern int acfd; void socket_timeout(int signum); -- cgit v1.2.3