Parcourir la source

include TVS 1.1 version string

Dr. Stephen Henson il y a 14 ans
Parent
commit
48435b2098
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      apps/s_cb.c

+ 3 - 0
apps/s_cb.c

@@ -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;