summaryrefslogtreecommitdiff
path: root/lib/x509/rfc2818_hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/rfc2818_hostname.c')
-rw-r--r--lib/x509/rfc2818_hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/rfc2818_hostname.c b/lib/x509/rfc2818_hostname.c
index 2be1540318..17c5b27cdc 100644
--- a/lib/x509/rfc2818_hostname.c
+++ b/lib/x509/rfc2818_hostname.c
@@ -29,7 +29,7 @@
#include <gnutls_errors.h>
/**
- * gnutls_x509_crt_check_hostname - compares the hostname with certificate's hostname
+ * gnutls_x509_crt_check_hostname:
* @cert: should contain an gnutls_x509_crt_t structure
* @hostname: A null terminated string that contains a DNS name
*