From: Nikos Mavrogiannopoulos Date: Mon, 9 Nov 2015 21:45:13 +0000 (+0100) Subject: gnutls_x509_crt_set_pubkey: clarify usage X-Git-Tag: gnutls_3_5_0~592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4417998bdd85b868e794adf0f2fcbdfcb0bbd84b;p=thirdparty%2Fgnutls.git gnutls_x509_crt_set_pubkey: clarify usage --- diff --git a/lib/pubkey.c b/lib/pubkey.c index 3ea14d8058..0b1b833ce2 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. + * 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.