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
View File

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

View File

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