crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602)

pull/28459/head
Guillaume Ballet 10 months ago committed by GitHub
parent bbc5db8405
commit 34dcd74935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      crypto/secp256k1/secp256_test.go

@ -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…
Cancel
Save