Change SSL_state_string return strings to start with a T
authorMatt Caswell <matt@openssl.org>
Mon, 26 Oct 2015 12:21:40 +0000 (12:21 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commitfed1767436f626bc43140182442567340bd8bd34
tree9c6886e516e48bf05a7200f5bc8ec1518f1c2e38
parent141eb8c679a316278651d1e50b2259a989e030c9
Change SSL_state_string return strings to start with a T

Due the rest of the state machine changes it makes sense to change the
SSL_state_string return strings from 3* to T*. They are not SSL3 specific

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/ssl_stat.c