Skip to content

Commit

Permalink
tlshook: Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jul 28, 2017
1 parent 81fb477 commit 05afcd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tlshook/tlshook.go
Expand Up @@ -4,13 +4,9 @@ import (
"github.com/namecoin/ncdns/certdehydrate"
"github.com/namecoin/ncdns/certinject"
"github.com/namecoin/ncdns/ncdomain"
"github.com/namecoin/ncdns/x509"
"github.com/hlandau/xlog"
)

import "bytes"
import "encoding/hex"

var log, Log = xlog.New("ncdns.tlshook")

func DomainValueHookTLS(qname string, ncv *ncdomain.Value) (err error) {
Expand Down

0 comments on commit 05afcd4

Please sign in to comment.