Skip to content

Commit 438c8c1

Browse files
committed
adjustments after rebase;
1 parent 33cb787 commit 438c8c1

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

auth_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
"testing"
1010

1111
"github.com/bogdanfinn/utls/internal/fips140tls"
12-
circlPki "github.com/cloudflare/circl/pki"
13-
"github.com/refraction-networking/utls/internal/fips140tls"
1412
)
1513

1614
func TestSignatureSelection(t *testing.T) {

u_ech.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import (
99
"sync"
1010

1111
"github.com/bogdanfinn/utls/dicttls"
12-
"github.com/cloudflare/circl/hpke"
13-
"github.com/refraction-networking/utls/dicttls"
14-
"github.com/refraction-networking/utls/internal/hpke"
12+
"github.com/bogdanfinn/utls/internal/hpke"
1513
"golang.org/x/crypto/cryptobyte"
1614
)
1715

u_hpke.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tls
22

33
import (
4-
"github.com/refraction-networking/utls/internal/hpke"
4+
"github.com/bogdanfinn/utls/internal/hpke"
55
)
66

77
type HPKERawPublicKey = []byte

0 commit comments

Comments
 (0)