aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/nistec/p256_ordinv.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/nistec/p256_ordinv.go')
-rw-r--r--src/crypto/internal/nistec/p256_ordinv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/internal/nistec/p256_ordinv.go b/src/crypto/internal/nistec/p256_ordinv.go
index 1274fb7fd3..156a873188 100644
--- a/src/crypto/internal/nistec/p256_ordinv.go
+++ b/src/crypto/internal/nistec/p256_ordinv.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build amd64 || arm64
+//go:build (amd64 || arm64) && !purego
package nistec