summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-13 14:40:20 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-13 14:40:35 +0100
commit481ae635f7d72361063cf8524c90a189a7ade9bd (patch)
tree8aad1b9423c723568db2a5ba36a8224b2faf0e96 /lib
parentb8a760694bbe026ecfd89782c6c0a9ce99b51acb (diff)
downloadgnutls-481ae635f7d72361063cf8524c90a189a7ade9bd.tar.gz
doc update
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_pubkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c
index 43a2f2252a..bb4c1b029e 100644
--- a/lib/gnutls_pubkey.c
+++ b/lib/gnutls_pubkey.c
@@ -1139,7 +1139,7 @@ gnutls_pubkey_import(gnutls_pubkey_t key,
* @key: holds a public key
*
* This function will set the public parameters from the given public
- * key to the request. The @key can be deallocated after that.
+ * key to the certificate. The @key can be deallocated after that.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
@@ -1177,7 +1177,7 @@ int gnutls_x509_crt_set_pubkey(gnutls_x509_crt_t crt, gnutls_pubkey_t key)
* @key: holds a public key
*
* This function will set the public parameters from the given public
- * key to the request.
+ * key to the request. The @key can be deallocated after that.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.