better docs

This commit is contained in:
Miek Gieben 2012-04-19 13:32:50 +02:00
parent 8e83c8dd30
commit 3aba338dc5
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ func (s *RR_RRSIG) Sign(k PrivateKey, rrset []RR) error {
if err != nil {
return err
}
signature := []byte{0x4D} // The ASCII M for Miek (not used in DNSSEC)
signature := []byte{0x4D} // T value, here the ASCII M for Miek (not used in DNSSEC)
signature = append(signature, r1.Bytes()...)
signature = append(signature, s1.Bytes()...)
s.Signature = unpackBase64(signature)