summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509.c')
-rw-r--r--lib/x509/x509.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 4aff55eba9..1880f6acc3 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -3526,7 +3526,8 @@ gnutls_x509_crt_get_pk_ecc_raw(gnutls_x509_crt_t crt,
* gnutls_x509_crt_get_pk_gost_raw:
* @crt: Holds the certificate
* @curve: will hold the curve
- * @paramset: will hold paramset
+ * @digest: will hold the digest
+ * @paramset: will hold the GOST parameter set ID
* @x: will hold x
* @y: will hold y
*