From: Nikos Mavrogiannopoulos Date: Mon, 21 Oct 2013 17:50:15 +0000 (+0200) Subject: small fixes X-Git-Tag: gnutls_3_2_5~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b665f8bebad3735f665347e2cdd66aab442fa81;p=thirdparty%2Fgnutls.git small fixes --- diff --git a/NEWS b/NEWS index 596c0608e9..bfd647c781 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ See the end for copying conditions. ** API and ABI modifications: gnutls_certificate_get_crt_raw: Added +dane_verify_crt_raw: Added dane_raw_tlsa: Added diff --git a/libdane/dane.c b/libdane/dane.c index 01872b519c..b27ae15f87 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -576,12 +576,12 @@ cleanup: } /** - * dane_verify_crt: + * dane_verify_crt_raw: * @s: A DANE state structure (may be NULL) * @chain: A certificate chain * @chain_size: The size of the chain * @chain_type: The type of the certificate chain - * @r DANE data to check against + * @r: DANE data to check against * @sflags: Flags for the the initialization of @s (if NULL) * @vflags: Verification flags; an OR'ed list of %dane_verify_flags_t. * @verify: An OR'ed list of %dane_verify_status_t.