mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602)
This commit is contained in:
parent
bbc5db8405
commit
34dcd74935
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be found in
|
||||
// the LICENSE file.
|
||||
|
||||
//go:build !gofuzz && cgo
|
||||
// +build !gofuzz,cgo
|
||||
|
||||
package secp256k1
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue