Skip to content

Commit 34dcd74

Browse files
authored
crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602)
1 parent bbc5db8 commit 34dcd74

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)