diff --git a/src/yggdrasil/tls.go b/src/yggdrasil/tls.go index 7212c4df..26ecf1d7 100644 --- a/src/yggdrasil/tls.go +++ b/src/yggdrasil/tls.go @@ -2,7 +2,6 @@ package yggdrasil import ( "bytes" - "crypto/ed25519" "crypto/rand" "crypto/tls" "crypto/x509" @@ -13,6 +12,8 @@ import ( "math/big" "net" "time" + + "golang.org/x/crypto/ed25519" ) type tcptls struct {