comment updates

This commit is contained in:
Brian Wellington
1999-08-25 15:05:37 +00:00
parent 183d6e8b51
commit 27d40198de

View File

@@ -97,12 +97,12 @@ dns_tsig_sign(dns_message_t *msg);
isc_result_t
dns_tsig_verify(isc_buffer_t *source, dns_message_t *msg);
/*
* Verified the TSIG record in this message
* Verifies the TSIG record in this message
*
* Requires:
* 'source' is a valid buffer containing the unparsed message
* 'msg' is a valid message containing a TSIG record
* 'msg->tsigkey' is a valid TSIG key
* 'msg->tsigkey' is a valid TSIG key if this is a response
* 'msg->tsig' is NULL
* 'msg->querytsig' is not NULL if this is a response
*