Skip to content

Commit

Permalink
crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (ethereum#28602)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored Nov 28, 2023
1 parent bbc5db8 commit 34dcd74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crypto/secp256k1/secp256_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 34dcd74

Please sign in to comment.