]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-posix-io
authorMatt Caswell <matt@openssl.org>
Tue, 24 Nov 2020 15:22:25 +0000 (15:22 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Nov 2020 16:09:12 +0000 (16:09 +0000)
commite109aaa9797c16b0902f8f3302243283828fcfc1
treebe2326ad4aadb17caa1171bc1514080c8f2a0af8
parent467f441bc63f5c017a3626bcba9582e96d4790ad
Fix no-posix-io

The "multi" variable should only be used within HTTP_DAEMON guards.
However there were a few spots where this was not the case, which
causes no-posix-io builds to fail.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13498)
apps/lib/http_server.c