Temporarily use my tls fixes until they're merged

This commit is contained in:
lye 2012-03-20 23:08:05 -05:00
parent 52c17040d5
commit 07b619e8f2
2 changed files with 2 additions and 2 deletions

2
irc.go

@ -10,7 +10,7 @@ import (
"net"
"strings"
"time"
"crypto/tls"
"github.com/lye/tls"
)
const (

@ -7,7 +7,7 @@ package irc
import (
"net"
"time"
"crypto/tls"
"github.com/lye/tls"
)
type IRCConnection struct {