diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-13 09:51:46 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-13 09:51:46 +0200 |
commit | b81799169867783cfee2c7755ddb634f98c333d3 (patch) | |
tree | bf1d7d8124cb188b98a5c582dc394314e33fad8c /libdane | |
parent | 8565619772a8aad3826c07ba088eed73e350337b (diff) | |
download | gnutls-b81799169867783cfee2c7755ddb634f98c333d3.tar.gz |
doc update
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/dane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdane/dane.c b/libdane/dane.c index 44734257bc..50e6dd03eb 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -793,7 +793,7 @@ dane_verify_crt(dane_state_t s, * @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) - * @vflags: Verification flags; should be zero + * @vflags: Verification flags; an OR'ed list of %dane_verify_flags_t. * @verify: An OR'ed list of %dane_verify_status_t. * * This function will verify session's certificate chain against the |