summaryrefslogtreecommitdiffstats
path: root/apps/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2022-05-28 18:50:18 +0200
committerDr. David von Oheimb <dev@ddvo.net>2022-09-07 23:04:25 +0200
commit5e87fddc971210ebb6df3fe77eeb858cd0bc4dea (patch)
tree03f6b2251d082724e2cdbb91974d3d6b691c3397 /apps/include
parent8aff29f020752c96cc2ab7d111d9c33aaf55c671 (diff)
apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarity
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/18434)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/http_server.h2
1 files changed, 1 insertions, 1 deletions
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);