summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-24 08:14:52 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-24 08:14:52 +0000
commit9e4f4bf01e94ae18f6f8c29d2eac6fc8da246c79 (patch)
treeabebc29b498c49ae42f95bf766518982c0f758a9
parent507040ad7a24ffb0885e623f6ba879f7bb37c8cb (diff)
downloadgnutls-9e4f4bf01e94ae18f6f8c29d2eac6fc8da246c79.tar.gz
Fix prototype of gnutls_x509_crl_get_issuer_dn to match x509.h, for
IRIX ido cc builds, reported by Georg Schwarz <georg.schwarz@freenet.de>.
-rw-r--r--lib/x509/crl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index c3ab76939e..fc39d2c578 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003, 2004, 2005 Free Software Foundation
+ * Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation
*
* Author: Nikos Mavroyanopoulos
*
@@ -180,7 +180,7 @@ cleanup:
*
**/
int
-gnutls_x509_crl_get_issuer_dn (gnutls_x509_crl_t crl, char *buf,
+gnutls_x509_crl_get_issuer_dn (const gnutls_x509_crl_t crl, char *buf,
size_t * sizeof_buf)
{
if (crl == NULL)