Skip to content

Commit 672137b

Browse files
gballetDergarcon
authored andcommitted
crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (ethereum#28602)
1 parent 4f8ec45 commit 672137b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crypto/secp256k1/secp256_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be found in
33
// the LICENSE file.
44

5+
//go:build !gofuzz && cgo
6+
// +build !gofuzz,cgo
7+
58
package secp256k1
69

710
import (

0 commit comments

Comments
 (0)