summaryrefslogtreecommitdiff
path: root/lib/x509/ocsp_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/ocsp_output.c')
-rw-r--r--lib/x509/ocsp_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/ocsp_output.c b/lib/x509/ocsp_output.c
index 4994dd6b61..8a15975cfe 100644
--- a/lib/x509/ocsp_output.c
+++ b/lib/x509/ocsp_output.c
@@ -155,7 +155,7 @@ static void print_req(gnutls_buffer_st * str, gnutls_ocsp_req_t req)
/**
* gnutls_ocsp_req_print:
- * @req: The structure to be printed
+ * @req: The data to be printed
* @format: Indicate the format to use
* @out: Newly allocated datum with (0) terminated string.
*
@@ -625,7 +625,7 @@ print_resp(gnutls_buffer_st * str, gnutls_ocsp_resp_t resp,
/**
* gnutls_ocsp_resp_print:
- * @resp: The structure to be printed
+ * @resp: The data to be printed
* @format: Indicate the format to use
* @out: Newly allocated datum with (0) terminated string.
*