include TVS 1.1 version string
authorDr. Stephen Henson <steve@openssl.org>
Fri, 26 Feb 2010 19:38:33 +0000 (19:38 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 26 Feb 2010 19:38:33 +0000 (19:38 +0000)
apps/s_cb.c

index c4f55122477a399e6241b60303eabef2f1af40e6..dd9de4663cdaec682a0cd50952b3b3cb7098c979 100644 (file)
@@ -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;