Update TSIG doc header to avoid godoc oddity

For some reason godoc treats it as plain text because it contains
"(TSIG)".
This commit is contained in:
Andrew Tunnell-Jones 2014-03-02 09:48:46 +00:00
parent 38d78bafe4
commit 0a5cb5c80a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// TRANSACTION SIGNATURE (TSIG)
// TRANSACTION SIGNATURE
//
// An TSIG or transaction signature adds a HMAC TSIG record to each message sent.
// The supported algorithms include: HmacMD5, HmacSHA1 and HmacSHA256.