Navigation


Changeset 1008:d3d2a32320c4 in freeDiameter for libfdcore


Ignore:
Timestamp:
Mar 22, 2013, 10:48:28 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a compilation warning and protect CHECK_GNUTLS_DO macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/config.c

    r1006 r1008  
    478478                        CHECK_GNUTLS_DO( gnutls_x509_crt_list_verify(certs, cert_max, CA_list, CA_list_length, CRL_list, CRL_list_length, 0, &verify),
    479479                                {
    480                                         TRACE_ERROR(INFO, "Failed to verify the local certificate '%s' against local credentials. Please check your certificate is valid.", fd_g_config->cnf_sec_data.cert_file);
     480                                        TRACE_ERROR("Failed to verify the local certificate '%s' against local credentials. Please check your certificate is valid.", fd_g_config->cnf_sec_data.cert_file);
    481481                                        return EINVAL;
    482482                                } );
Note: See TracChangeset for help on using the changeset viewer.