summaryrefslogtreecommitdiff
path: root/cookie.go
diff options
context:
space:
mode:
Diffstat (limited to 'cookie.go')
-rw-r--r--cookie.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cookie.go b/cookie.go
index 72455a4..813ddab 100644
--- a/cookie.go
+++ b/cookie.go
@@ -1,9 +1,9 @@
package main
import (
+ "./xchacha20poly1305"
"crypto/hmac"
"crypto/rand"
- "git.zx2c4.com/wireguard-go/internal/xchacha20poly1305"
"golang.org/x/crypto/blake2s"
"golang.org/x/crypto/chacha20poly1305"
"sync"