From: Dr. Stephen Henson Date: Fri, 26 Feb 2010 19:38:33 +0000 (+0000) Subject: include TVS 1.1 version string X-Git-Tag: OpenSSL-fips-2_0-rc1~1244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48435b2098a01133deb69fc82f3a8e52110d89ef;p=openssl include TVS 1.1 version string --- diff --git a/apps/s_cb.c b/apps/s_cb.c index c4f5512247..dd9de4663c 100644 --- a/apps/s_cb.c +++ b/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;