]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls_x509_crt_set_pubkey: clarify usage
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 9 Nov 2015 21:45:13 +0000 (22:45 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 9 Nov 2015 21:45:13 +0000 (22:45 +0100)
lib/pubkey.c

index 3ea14d80585865b2a37a656b527a4185542726a4..0b1b833ce21c66f0c4f37727a216bbc272888fc8 100644 (file)
@@ -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.
+ * 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.