diff --git a/apps/s_cb.c b/apps/s_cb.c index c07066b6b..4e2147533 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -527,6 +527,8 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void * if (version == SSL3_VERSION || version == TLS1_VERSION || + version == TLS1_1_VERSION || + version == TLS1_2_VERSION || version == DTLS1_VERSION || version == DTLS1_BAD_VER) {