summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-27 15:06:18 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-27 15:06:18 +0000
commitc121c60216e79229516aa821e573dad7bc90817b (patch)
treedada492ba3571ffe5b58c7a7f5789d55a4203b0d /includes
parentab0ec041541874cccc02ea94028a05251709b56c (diff)
downloadgnutls-c121c60216e79229516aa821e573dad7bc90817b.tar.gz
Fix.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 34174b9a51..8e6b9dc409 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -395,13 +395,13 @@ extern "C"
int gnutls_x509_crt_check_issuer (gnutls_x509_crt_t cert,
gnutls_x509_crt_t issuer);
- int gnutls_x509_crt_list_verify (gnutls_x509_crt_t * cert_list,
- int cert_list_length,
- const gnutls_x509_crt_t * CA_list,
- int CA_list_length,
- const gnutls_x509_crl_t * CRL_list,
- int CRL_list_length,
- unsigned int flags, unsigned int *verify);
+ int gnutls_x509_crt_list_verify(const gnutls_x509_crt_t * cert_list,
+ int cert_list_length,
+ const gnutls_x509_crt_t * CA_list,
+ int CA_list_length,
+ const gnutls_x509_crl_t * CRL_list,
+ int CRL_list_length,
+ unsigned int flags, unsigned int *verify);
int gnutls_x509_crt_verify (gnutls_x509_crt_t cert,
const gnutls_x509_crt_t * CA_list,