summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-02-12 15:34:15 +0000
committerSimon Josefsson <simon@josefsson.org>2005-02-12 15:34:15 +0000
commita7c082cf7791cdd46750af50cd96f4dd56c40705 (patch)
tree8d55f61ec45ffaeb059ad55272ee5de69fd1c3d9 /includes
parent69d46a0a30c1233d1c2dc26447993650e1daea73 (diff)
downloadgnutls-a7c082cf7791cdd46750af50cd96f4dd56c40705.tar.gz
(gnutls_x509_crl_get_crt_serial): Don't use reserved word "index" in
prototype, reported by Neil Spring <nspring@cs.washington.edu>.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h2
1 files changed, 1 insertions, 1 deletions
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