diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 11:38:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 11:40:22 +0200 |
commit | 292d4ea7f964644af29505267e43f5536563c8c8 (patch) | |
tree | ced228f2e74758f0fadaaa07f520944780c0bbe6 /libdane | |
parent | e9e42baf005f2bca808e49d7dc0e21a484a36915 (diff) | |
download | gnutls-292d4ea7f964644af29505267e43f5536563c8c8.tar.gz |
doc update
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/dane.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdane/dane.c b/libdane/dane.c index 79e83104d7..42c98933a4 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -740,7 +740,7 @@ verify_ee(const gnutls_datum_t * raw_crt, * @chain_size: The size of the chain * @chain_type: The type of the certificate chain * @r: DANE data to check against - * @sflags: Flags for the the initialization of @s (if NULL) + * @sflags: Flags for 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. * @@ -834,7 +834,7 @@ dane_verify_crt_raw(dane_state_t s, * @hostname: The hostname associated with the chain * @proto: The protocol of the service connecting (e.g. tcp) * @port: The port of the service connecting (e.g. 443) - * @sflags: Flags for the the initialization of @s (if NULL) + * @sflags: Flags for 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. * @@ -906,7 +906,7 @@ dane_verify_crt(dane_state_t s, * @hostname: The hostname associated with the chain * @proto: The protocol of the service connecting (e.g. tcp) * @port: The port of the service connecting (e.g. 443) - * @sflags: Flags for the the initialization of @s (if NULL) + * @sflags: Flags for 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. * |