comparison libfdcore/fdd.y @ 1255:c6a4bda62ccc

Fix typo on TLS_CRL parsing
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 02 Feb 2014 17:29:21 +0800
parents 50bf33dc8fe0
children 25fad6714991
comparison
equal deleted inserted replaced
1254:b469d38e20fd 1255:c6a4bda62ccc
624 #endif /* GNUTLS_VERSION_300 */ 624 #endif /* GNUTLS_VERSION_300 */
625 fclose(fd); 625 fclose(fd);
626 conf->cnf_sec_data.crl_file = $3; 626 conf->cnf_sec_data.crl_file = $3;
627 CHECK_GNUTLS_DO( gnutls_certificate_set_x509_crl_file( 627 CHECK_GNUTLS_DO( gnutls_certificate_set_x509_crl_file(
628 conf->cnf_sec_data.credentials, 628 conf->cnf_sec_data.credentials,
629 conf->cnf_sec_data.ca_file, 629 conf->cnf_sec_data.crl_file,
630 GNUTLS_X509_FMT_PEM), 630 GNUTLS_X509_FMT_PEM),
631 { yyerror (&yylloc, conf, "Error setting CRL parameters."); YYERROR; } ); 631 { yyerror (&yylloc, conf, "Error setting CRL parameters."); YYERROR; } );
632 } 632 }
633 ; 633 ;
634 634
"Welcome to our mercurial repository"