From: Simon Josefsson Date: Sat, 12 Feb 2005 15:34:15 +0000 (+0000) Subject: (gnutls_x509_crl_get_crt_serial): Don't use reserved word "index" in X-Git-Tag: gnutls_1_2_1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7c082cf7791cdd46750af50cd96f4dd56c40705;p=thirdparty%2Fgnutls.git (gnutls_x509_crl_get_crt_serial): Don't use reserved word "index" in prototype, reported by Neil Spring . --- diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 890dc10716..c5d392e110 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -230,7 +230,7 @@ time_t gnutls_x509_crl_get_this_update(gnutls_x509_crl_t crl); time_t gnutls_x509_crl_get_next_update(gnutls_x509_crl_t crl); int gnutls_x509_crl_get_crt_count(gnutls_x509_crl_t crl); -int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int index, unsigned char* serial, +int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int idx, unsigned char* serial, size_t* serial_size, time_t* time); #define gnutls_x509_crl_get_certificate_count gnutls_x509_crl_get_crt_count #define gnutls_x509_crl_get_certificate gnutls_x509_crl_get_crt_serial