Fix FreeBSD build with --strict-warnings
authorBenjamin Kaduk <kaduk@mit.edu>
Mon, 11 May 2020 16:29:24 +0000 (09:29 -0700)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 13 May 2020 07:02:56 +0000 (00:02 -0700)
commitdd63f9bbfc95931e4f41558fbc7a2ffb68b0eef0
treebe424a0c368eb86156c8895fd80c5cdc9c71f53c
parent7ef43790617cb08b4bb4141df716dfb37385fe5c
Fix FreeBSD build with --strict-warnings

apps/lib/http_server.c needs to include string.h in order to get a prototype
for strerror().

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11797)
apps/lib/http_server.c