diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-23 12:29:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-23 12:29:41 +0200 |
commit | c32b0bfe6c2f0e7d7ee06992dd9ed9824d627671 (patch) | |
tree | 61a4c4a2ffcd23047e3b9123af103aad18e5203f /libdane | |
parent | 2e696ed7af999edcf41b18c00718c64a2192272a (diff) | |
download | gnutls-c32b0bfe6c2f0e7d7ee06992dd9ed9824d627671.tar.gz |
corrected libdane doc
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/dane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdane/dane.c b/libdane/dane.c index b27ae15f87..4f278eca6d 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -246,9 +246,9 @@ void dane_query_deinit(dane_query_t q) * caller must guarantee that the referenced data remains * valid until dane_query_deinit() is called. * @dane_data_len: the length n bytes of the dane_data items - * @param secure true if the result is validated securely, false if + * @secure: true if the result is validated securely, false if * validation failed or the domain queried has no security info - * @param bogus if the result was not secure (secure = 0) due to a security failure, + * @bogus: if the result was not secure (secure = 0) due to a security failure, * and the result is due to a security failure, bogus is true. * * |