summaryrefslogtreecommitdiff
path: root/lib/privkey_raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/privkey_raw.c')
-rw-r--r--lib/privkey_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/privkey_raw.c b/lib/privkey_raw.c
index 5f1dc8c26c..27327fc6d1 100644
--- a/lib/privkey_raw.c
+++ b/lib/privkey_raw.c
@@ -324,7 +324,7 @@ gnutls_privkey_export_gost_raw2(gnutls_privkey_t key,
* @key: The structure to store the parsed key
* @m: holds the modulus
* @e: holds the public exponent
- * @d: holds the private exponent
+ * @d: holds the private exponent (optional)
* @p: holds the first prime (p)
* @q: holds the second prime (q)
* @u: holds the coefficient (optional)