summaryrefslogtreecommitdiff
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:20 +0100
commit87e770ae22dad479d89fdbfbc9343891fed62448 (patch)
tree6a4b2b042fd35f3fa1f2dfb8f3a15af2fed0fa8b
parenta01919e802b3cba98f20340cea1718351a16e93d (diff)
downloadgnutls-87e770ae22dad479d89fdbfbc9343891fed62448.tar.gz
doc update
-rw-r--r--lib/pubkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pubkey.c b/lib/pubkey.c
index 0b1b833ce2..ef95d1d6cf 100644
--- a/lib/pubkey.c
+++ b/lib/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.