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

This commit is contained in:
Bodo Möller 2012-08-16 13:43:37 +00:00
parent f9b48d60f2
commit 12c1621523

View File

@ -436,6 +436,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)
{