diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-21 19:50:15 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-21 19:50:15 +0200 |
commit | 3b665f8bebad3735f665347e2cdd66aab442fa81 (patch) | |
tree | 4f0f4c8089594bc3f68ef91588f5b495bf669720 /libdane | |
parent | 4c45e35790f50818d1179ee4443e77e16424f5dc (diff) | |
download | gnutls-3b665f8bebad3735f665347e2cdd66aab442fa81.tar.gz |
small fixes
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 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. |