summaryrefslogtreecommitdiff
path: root/src/ssl/test/runner/key_agreement.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/test/runner/key_agreement.go')
-rw-r--r--src/ssl/test/runner/key_agreement.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssl/test/runner/key_agreement.go b/src/ssl/test/runner/key_agreement.go
index 5a304699..791325cd 100644
--- a/src/ssl/test/runner/key_agreement.go
+++ b/src/ssl/test/runner/key_agreement.go
@@ -15,8 +15,8 @@ import (
"io"
"math/big"
- "./curve25519"
- "./ed25519"
+ "boringssl.googlesource.com/boringssl/ssl/test/runner/curve25519"
+ "boringssl.googlesource.com/boringssl/ssl/test/runner/ed25519"
)
type keyType int