summaryrefslogtreecommitdiff
path: root/libdane
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-22 17:18:31 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-22 17:18:31 +0200
commitc0476c4acd23740cf7e3fdb1d58ef105d165c659 (patch)
tree6d3bfa7d47f29d2d79db7db49ec2f00764c8f049 /libdane
parentffa22642e0642c7d8ec371ecb482962ced1da781 (diff)
downloadgnutls-c0476c4acd23740cf7e3fdb1d58ef105d165c659.tar.gz
doc update
Diffstat (limited to 'libdane')
-rw-r--r--libdane/dane.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdane/dane.c b/libdane/dane.c
index 2ba9499cc6..8c1f3b0c47 100644
--- a/libdane/dane.c
+++ b/libdane/dane.c
@@ -344,7 +344,8 @@ void dane_query_deinit(dane_query_t q)
* and the result is due to a security failure, bogus is true.
*
* This function will fill in the TLSA (DANE) structure from
- * the given raw DNS record data.
+ * the given raw DNS record data. The @dane_data must be valid
+ * during the lifetime of the query.
*
* Returns: On success, %DANE_E_SUCCESS (0) is returned, otherwise a
* negative error value.