aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/p256_s390x.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/elliptic/p256_s390x.go')
-rw-r--r--src/crypto/elliptic/p256_s390x.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/elliptic/p256_s390x.go b/src/crypto/elliptic/p256_s390x.go
index 735e9f57f1..b7331ebbfd 100644
--- a/src/crypto/elliptic/p256_s390x.go
+++ b/src/crypto/elliptic/p256_s390x.go
@@ -60,7 +60,6 @@ func initP256Arch() {
// No vector support, use pure Go implementation.
p256 = p256Curve{p256Params}
- return
}
func (curve p256CurveFast) Params() *CurveParams {