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

This commit is contained in:
Guillaume Ballet 2023-11-28 19:16:50 +01:00 committed by GitHub
parent bbc5db8405
commit 34dcd74935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 (