From: Nikos Mavrogiannopoulos Date: Thu, 21 Sep 2017 07:30:39 +0000 (+0200) Subject: supported_versions: print the received versions X-Git-Tag: gnutls_3_6_3~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13e0bb2af1307ebe6bd2cd10f658ef834bc41ac0;p=thirdparty%2Fgnutls.git supported_versions: print the received versions Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/lib/ext/supported_versions.c b/lib/ext/supported_versions.c index 282a991ba2..deca74039d 100644 --- a/lib/ext/supported_versions.c +++ b/lib/ext/supported_versions.c @@ -83,6 +83,9 @@ supported_versions_recv_params(gnutls_session_t session, proto = _gnutls_version_get(major, minor); + _gnutls_handshake_log("EXT[%p]: Found version: %d.%d\n", + session, (int)major, (int)minor); + if (_gnutls_version_is_supported(session, proto)) { ret = _gnutls_set_current_version(session, proto); if (ret < 0)