summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 10:12:46 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 10:12:46 +0200
commit07783649ba1b5025340ffdf0dff16bfd5a249b7f (patch)
treee136af52e8039e4d81007c8ae6d2479930c0a176
parent70b18245529eaa66fc95ab5982d3b94753bab221 (diff)
downloadgnutls-07783649ba1b5025340ffdf0dff16bfd5a249b7f.tar.gz
verify_crt: removed text on parameter no longer being present
-rw-r--r--lib/x509/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index ff71c70dfc..efd5b695a7 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.c
@@ -529,7 +529,7 @@ typedef struct verify_state_st {
* 'flags': an OR of the gnutls_certificate_verify_flags enumeration.
*
* Output will hold some extra information about the verification
- * procedure. Issuer will hold the actual issuer from the trusted list.
+ * procedure.
*/
static unsigned
verify_crt(gnutls_x509_crt_t cert,