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 16:02:57 +0000 (12:02 -0400)
commit3735a900eddcb7a1355e43fa3ad8928db7837dcb
treeeae0ad9ba21abc0b7613c0a58ef43919aed1841f
parent6df2a8c664493eda491c7a996b4855ed5b0685c4
Add missing HTML tag in www_body in s_server.c

In the generated HTML document, the `<pre>` tag is not closed.

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