summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-22 16:23:56 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-22 16:23:56 +0000
commit026e96eccba04c2097bebfb047a7fb401b8d6b81 (patch)
tree722b163d723cc7ef9e39e1e8a2d24f331654362f /includes
parentffd194e46b037d63126f9838a4cebfcf995f57a3 (diff)
downloadgnutls-026e96eccba04c2097bebfb047a7fb401b8d6b81.tar.gz
*** empty log message ***
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 35dd87dce3..1c8bd3df23 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -20,7 +20,7 @@
*/
/* This file contains the types and prototypes for the X.509
- * certificate and CRL parsing functions.
+ * certificate and CRL handling functions.
*/
#ifndef GNUTLS_X509_H
@@ -237,8 +237,8 @@ int gnutls_x509_crl_verify( gnutls_x509_crl crl,
unsigned int flags, unsigned int *verify);
int gnutls_x509_crt_check_revocation(gnutls_x509_crt cert,
- gnutls_x509_crl * crl_list,
- int crl_list_length);
+ gnutls_x509_crl * crl_list,
+ int crl_list_length);
int gnutls_x509_crt_get_fingerprint(gnutls_x509_crt cert,
gnutls_digest_algorithm algo, void *buf,