Navigation


Changeset 1356:b68fb21c2f72 in freeDiameter


Ignore:
Timestamp:
May 18, 2019, 9:43:01 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Avoid calling a deprecated gnutls function just for debug logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.c

    r1322 r1356  
    15461546                tmp = gnutls_certificate_type_get_name (gnutls_certificate_type_get (session));
    15471547                LOG_D("\t - Certificate Type: %s", tmp);
    1548 
    1549                 /* print the compression algorithm (if any)
    1550                 */
    1551                 tmp = gnutls_compression_get_name (gnutls_compression_get (session));
    1552                 LOG_D("\t - Compression: %s", tmp);
    15531548
    15541549                /* print the name of the cipher used.
Note: See TracChangeset for help on using the changeset viewer.