From c32c13ba25cd85fca440b8207d1a1695e16fdef4 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 28 Feb 2012 20:09:00 +0100 Subject: [PATCH] dnssec-bis-16 updates fix --- dnssec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dnssec.go b/dnssec.go index e4ccdf30..2103b9fa 100644 --- a/dnssec.go +++ b/dnssec.go @@ -325,7 +325,6 @@ func (s *RR_RRSIG) Verify(k *RR_DNSKEY, rrset []RR) error { sigwire.Expiration = s.Expiration sigwire.Inception = s.Inception sigwire.KeyTag = s.KeyTag - // Copy the signername as-is, don't ToLower() it sigwire.SignerName = s.SignerName // Create the desired binary blob signeddata := make([]byte, DefaultMsgSize)