summaryrefslogtreecommitdiff
path: root/lib/x509/privkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/privkey.c')
-rw-r--r--lib/x509/privkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c
index 1bd5586135..00c4452538 100644
--- a/lib/x509/privkey.c
+++ b/lib/x509/privkey.c
@@ -256,7 +256,7 @@ static ASN1_TYPE decode_dsa_key( const gnutls_datum* raw_key,
* @format: One of DER or PEM
*
* This function will convert the given DER or PEM encoded key
- * to the native gnutls_x509_privkey format. The output will be stored in 'key'.
+ * to the native gnutls_x509_privkey format. The output will be stored in @key .
*
* If the key is PEM encoded it should have a header of "RSA PRIVATE KEY", or
* "DSA PRIVATE KEY".
@@ -368,7 +368,7 @@ int gnutls_x509_privkey_import(gnutls_x509_privkey key, const gnutls_datum * dat
* @u: holds the coefficient
*
* This function will convert the given RSA raw parameters
- * to the native gnutls_x509_privkey format. The output will be stored in 'key'.
+ * to the native gnutls_x509_privkey format. The output will be stored in @key.
*
**/
int gnutls_x509_privkey_import_rsa_raw(gnutls_x509_privkey key,