summaryrefslogtreecommitdiff
path: root/lib/x509/x509.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-28 08:47:04 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-28 08:47:04 +0000
commitf627cf89380aebc3d14fe7974a4fba9c0987a30f (patch)
tree7409bd9f10f49a58e89f3b221e9d01c7278c6bc8 /lib/x509/x509.h
parentc053bf844d39e304d098c407803d51ba01247baf (diff)
downloadgnutls-f627cf89380aebc3d14fe7974a4fba9c0987a30f.tar.gz
Corrected the CRL distribution point extension handling.
Diffstat (limited to 'lib/x509/x509.h')
-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 7a56b63fac..ee5c949e1a 100644
--- a/lib/x509/x509.h
+++ b/lib/x509/x509.h
@@ -61,7 +61,7 @@ typedef struct gnutls_x509_privkey_int *gnutls_x509_privkey;
int gnutls_x509_crt_get_issuer_dn_by_oid(gnutls_x509_crt cert, const char* oid,
int indx, unsigned int raw_flag, void *buf, size_t *sizeof_buf);
int gnutls_x509_crt_get_subject_alt_name(gnutls_x509_crt cert,
- int seq, void *ret, size_t *ret_size, unsigned int* critical);
+ unsigned int seq, void *ret, size_t *ret_size, unsigned int* critical);
int gnutls_x509_crt_get_dn_by_oid(gnutls_x509_crt cert, const char* oid,
int indx, unsigned int raw_flag, void *buf, size_t *sizeof_buf);
int gnutls_x509_crt_get_ca_status(gnutls_x509_crt cert, unsigned int* critical);