crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602)
This commit is contained in:
parent
bbc5db8405
commit
34dcd74935
@ -2,6 +2,9 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be found in
|
// Use of this source code is governed by a BSD-style license that can be found in
|
||||||
// the LICENSE file.
|
// the LICENSE file.
|
||||||
|
|
||||||
|
//go:build !gofuzz && cgo
|
||||||
|
// +build !gofuzz,cgo
|
||||||
|
|
||||||
package secp256k1
|
package secp256k1
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user