crypto: gofuzz build directives (#23137)

pull/23140/head
Martin Holst Swende 3 years ago committed by GitHub
parent c131e812ae
commit bbbeb7d8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crypto/signature_cgo.go
  2. 2
      crypto/signature_nocgo.go

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// +build !nacl,!js,cgo
// +build !nacl,!js,cgo,!gofuzz
package crypto

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// +build nacl js !cgo
// +build nacl js !cgo gofuzz
package crypto

Loading…
Cancel
Save