summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-02-12 15:36:11 +0000
committerSimon Josefsson <simon@josefsson.org>2005-02-12 15:36:11 +0000
commitcd543aaf49291c30590879b5b99b5976fbbdf5f6 (patch)
tree02a69d8f2307a94fd2890fd861424a67cc442cd2 /includes
parent588dca09df20fbd98b9a67c2105f861431306bc3 (diff)
downloadgnutls-cd543aaf49291c30590879b5b99b5976fbbdf5f6.tar.gz
Fix last commit.
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 c5d392e110..79a68b616e 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 idx, unsigned char* serial,
+int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int indx, 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