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 12:55:37 +0000 (08:55 -0400)
commitf978f2b8af576ed1d9409de440b5c1f97ac0e7ab
tree1b45303f31e3cf717b22e3d5f85867fc4e9d678e
parent5bd051a0dcd4f04bc9ea197f74b34612b3fcca84
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)
ssl/ssl_stat.c