Merge branch 'develop' into fix581

This commit is contained in:
Neil Alexander 2019-10-24 09:29:29 +01:00
commit 7341fcb9bc
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@ package yggdrasil
import (
"bytes"
"crypto/ed25519"
"crypto/rand"
"crypto/tls"
"crypto/x509"
@ -12,8 +13,6 @@ import (
"math/big"
"net"
"time"
"golang.org/x/crypto/ed25519"
)
type tcptls struct {