New CMS tests.
[openssl.git] / ssl / ssl_txt.c
index 6479d52c0cca7e0783f3df5c52141cddf6afe53f..093d84076f7e0fa936bce6b33850807c418f7a81 100644 (file)
@@ -123,6 +123,8 @@ int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)
                s="TLSv1";
        else if (x->ssl_version == DTLS1_VERSION)
                s="DTLSv1";
+       else if (x->ssl_version == DTLS1_2_VERSION)
+               s="DTLSv1.2";
        else if (x->ssl_version == DTLS1_BAD_VER)
                s="DTLSv1-bad";
        else