diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2021-10-04 12:50:31 +0200 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2021-11-03 15:38:41 +0100 |
commit | 5b9380b0ee35ee6f3f20175e80211f9b7af78edb (patch) | |
tree | 42acbb7d66225a5465b4489f19a3903de13515f2 /lib/dnssec | |
parent | lib/dnssec: add a simple validator API (diff) | |
download | knot-resolver-5b9380b0ee35ee6f3f20175e80211f9b7af78edb.tar.xz knot-resolver-5b9380b0ee35ee6f3f20175e80211f9b7af78edb.zip |
lib/dnssec/signature nit: improve API docs
Diffstat (limited to 'lib/dnssec')
-rw-r--r-- | lib/dnssec/signature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dnssec/signature.h b/lib/dnssec/signature.h index 9e71ad96..247d253e 100644 --- a/lib/dnssec/signature.h +++ b/lib/dnssec/signature.h @@ -18,7 +18,7 @@ int kr_authenticate_referral(const knot_rrset_t *ref, const dnssec_key_t *key); /** * Check the signature of the supplied RRSet. - * @param rrsig RRSet containing signatures. + * @param rrsig A single signature. * @param key Key to be used to validate the signature. * @param covered The covered RRSet. * @param trim_labels Number of the leftmost labels to be removed and replaced with '*.'. |