Commit 48435b20 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

include TVS 1.1 version string

parent 37c541fa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -357,6 +357,9 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
	case TLS1_VERSION:
		str_version = "TLS 1.0 ";
		break;
	case TLS1_1_VERSION:
		str_version = "TLS 1.1 ";
		break;
	case DTLS1_VERSION:
		str_version = "DTLS 1.0 ";
		break;