summaryrefslogtreecommitdiff
path: root/src/ssl/test/runner/chacha20_poly1305.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/test/runner/chacha20_poly1305.go')
-rw-r--r--src/ssl/test/runner/chacha20_poly1305.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/test/runner/chacha20_poly1305.go b/src/ssl/test/runner/chacha20_poly1305.go
index 866f7242..446fb557 100644
--- a/src/ssl/test/runner/chacha20_poly1305.go
+++ b/src/ssl/test/runner/chacha20_poly1305.go
@@ -20,7 +20,7 @@ import (
"encoding/binary"
"errors"
- "./poly1305"
+ "boringssl.googlesource.com/boringssl/ssl/test/runner/poly1305"
)
// See RFC 7539.