summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-07-16 10:50:53 +0000
committerSimon Josefsson <simon@josefsson.org>2005-07-16 10:50:53 +0000
commit3fcd48f4317041c978792cb8f1dc7d712b7f9978 (patch)
tree2ea9a71a22a3dcd4aa568c1fa68794313d572763
parent4ae3a67e042ed9ce25ec07170061506d7ce56fb2 (diff)
downloadgnutls-3fcd48f4317041c978792cb8f1dc7d712b7f9978.tar.gz
Fix GTK-DOC warning.
-rw-r--r--lib/x509/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.h b/lib/x509/x509.h
index f7079d3f25..9691d8c9d2 100644
--- a/lib/x509/x509.h
+++ b/lib/x509/x509.h
@@ -125,7 +125,7 @@ int _gnutls_x509_crl_get_raw_issuer_dn(gnutls_x509_crl_t crl,
gnutls_datum_t * dn);
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 * tim);
+ unsigned char *serial, size_t * serial_size, time_t * t);
void gnutls_x509_crl_deinit(gnutls_x509_crl_t crl);
int gnutls_x509_crl_init(gnutls_x509_crl_t * crl);