diff options
Diffstat (limited to 'includes/gnutls/x509.h')
-rw-r--r-- | includes/gnutls/x509.h | 14 |
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, |