From: Nikos Mavrogiannopoulos Date: Wed, 23 Oct 2013 10:29:41 +0000 (+0200) Subject: corrected libdane doc X-Git-Tag: gnutls_3_2_5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32b0bfe6c2f0e7d7ee06992dd9ed9824d627671;p=thirdparty%2Fgnutls.git corrected libdane doc --- 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. * *