Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package mint

import (
"fmt"
"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package mint
import (
"bytes"
"fmt"
"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
)

type ExtensionBody interface {
Expand Down
2 changes: 1 addition & 1 deletion handshake-messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"encoding/binary"
"fmt"

"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
)

type HandshakeMessageBody interface {
Expand Down
2 changes: 1 addition & 1 deletion server-state-machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"hash"
"reflect"

"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
)

// Server State Machine
Expand Down
84 changes: 0 additions & 84 deletions syntax/README.md

This file was deleted.

Loading