Fix errors in SSL_state_string_long
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>
Mon, 31 Jul 2017 12:55:37 +0000 (08:55 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 31 Jul 2017 13:08:29 +0000 (09:08 -0400)
commite118487fee21ebdd959fe514be6b5c121462e272
tree7700274e063823940aec55510afd2677cf2ddf90
parente29ae5b356f40f7410d367b25d4e65e0dde0aeef
Fix errors in SSL_state_string_long

TLS_ST_SR_NEXT_PROTO means "SSLv3/TLS read next proto"
Fix typo in the message for TLS_ST_SW_CERT_STATUS

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4054)

(cherry picked from commit f978f2b8af576ed1d9409de440b5c1f97ac0e7ab)
ssl/ssl_stat.c