Enable message names for TLS 1.1, 1.2 with -msg.

This commit is contained in:
Bodo Möller 2012-08-16 13:42:37 +00:00
parent ae92994645
commit 6d78a93b5b

View File

@ -527,6 +527,8 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
if (version == SSL3_VERSION ||
version == TLS1_VERSION ||
version == TLS1_1_VERSION ||
version == TLS1_2_VERSION ||
version == DTLS1_VERSION ||
version == DTLS1_BAD_VER)
{