summaryrefslogtreecommitdiff
path: root/lib/x509/compat.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-11 18:29:49 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-11 18:29:49 +0000
commitf8c5c05a58933e12843b7e4145b0ed6d565345c2 (patch)
tree262afef6775c4d1e7ec81d0636fc5594caef7e31 /lib/x509/compat.c
parent5201ca6996cd2085292f15c67f4f53ec805a1b3e (diff)
downloadgnutls-f8c5c05a58933e12843b7e4145b0ed6d565345c2.tar.gz
still more patches by Arne Thomassen
Diffstat (limited to 'lib/x509/compat.c')
-rw-r--r--lib/x509/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/compat.c b/lib/x509/compat.c
index a87de7d5eb..f80d590d68 100644
--- a/lib/x509/compat.c
+++ b/lib/x509/compat.c
@@ -501,7 +501,7 @@ int gnutls_x509_extract_certificate_dn_string(char *buf, unsigned int sizeof_buf
* @CRL_list: not used
* @CRL_list_length: not used
*
- * This function will try to verify the given certificate list and return it's status (TRUSTED, EXPIRED etc.).
+ * This function will try to verify the given certificate list and return its status (TRUSTED, EXPIRED etc.).
* The return value (status) should be one or more of the gnutls_certificate_status
* enumerated elements bitwise or'd. Note that expiration and activation dates are not checked
* by this function, you should check them using the appropriate functions.