Add missing HTML tag in www_body in s_server.c
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>
Sat, 5 Aug 2017 06:31:04 +0000 (02:31 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Aug 2017 15:59:51 +0000 (11:59 -0400)
commit575d492222ef457b456672e2d62a18daca03459a
tree8181315065826c804dffc931274176e261919148
parentd93022c5ad05fd87c5732881b79dec7d797d2e24
Add missing HTML tag in www_body in s_server.c

In the generated HTML document, the `<pre>` tag is not closed. This patch
also has a trivial code-style improvement, unrelated to the bug fix.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4088)

(cherry picked from commit 1a9f5cf0d58629ab8972f50e937d8ab78bf27b6f)
apps/s_server.c