summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-02-12 15:37:21 +0000
committerSimon Josefsson <simon@josefsson.org>2005-02-12 15:37:21 +0000
commit31706e7bfc7c5b824aa0d42b7d3d2060a6721270 (patch)
tree90996567ff22757aaa2f02cd54991807442bad99 /includes
parentcd543aaf49291c30590879b5b99b5976fbbdf5f6 (diff)
downloadgnutls-31706e7bfc7c5b824aa0d42b7d3d2060a6721270.tar.gz
(gnutls_x509_crl_get_crt_serial): Don't use reserved word "time",
reported by Neil Spring <nspring@cs.washington.edu>.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 79a68b616e..420253a610 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -230,8 +230,9 @@ 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 indx, unsigned char* serial,
- size_t* serial_size, time_t* time);
+int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int indx,
+ unsigned char* serial, size_t* serial_size,
+ time_t* t);
#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