Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/config.c

    r1021 r1008  
    474474                        unsigned int verify;
    475475                        time_t now;
    476                         #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    477476                        GNUTLS_TRACE( gnutls_certificate_get_x509_cas (fd_g_config->cnf_sec_data.credentials, &CA_list, (unsigned int *) &CA_list_length) );
    478477                        GNUTLS_TRACE( gnutls_certificate_get_x509_crls (fd_g_config->cnf_sec_data.credentials, &CRL_list, (unsigned int *) &CRL_list_length) );
    479                         #pragma GCC diagnostic warning "-Wdeprecated-declarations"
    480478                        CHECK_GNUTLS_DO( gnutls_x509_crt_list_verify(certs, cert_max, CA_list, CA_list_length, CRL_list, CRL_list_length, 0, &verify),
    481479                                {
Note: See TracChangeset for help on using the changeset viewer.