]> Cypherpunks repositories - gostls13.git/commit
crypto/subtle: unbreak DIT test on openbsd/arm64
authorJoel Sing <joel@sing.id.au>
Wed, 20 Nov 2024 12:50:46 +0000 (23:50 +1100)
committerRoland Shoemaker <roland@golang.org>
Wed, 20 Nov 2024 16:31:41 +0000 (16:31 +0000)
commitb483f382a2e0d11871b3e38f0c3c1831f5941599
tree7e8ff4705e1229d54c47e9c83a6632f67a70f768
parent98e719f677e401e65e0cf41a630fc859ae0b28b8
crypto/subtle: unbreak DIT test on openbsd/arm64

OpenBSD already enables DIT on arm64 in both kernel and userland.
As such, if DIT is already enabled, do not expect that it can be
disabled.

Change-Id: If7aae2ace40d97109beefa71c03e0c138a0995ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/629995
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Run-TryBot: Joel Sing <joel@sing.id.au>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/crypto/subtle/dit_test.go