]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix last commit.
authorSimon Josefsson <simon@josefsson.org>
Sat, 12 Feb 2005 15:36:11 +0000 (15:36 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 12 Feb 2005 15:36:11 +0000 (15:36 +0000)
includes/gnutls/x509.h

index c5d392e110908039da27a4a650e254a8aa79083c..79a68b616ef3fee780124ac6e28d6f1d75c17e89 100644 (file)
@@ -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