crypto: gofuzz build directives (#23137)
This commit is contained in:
parent
c131e812ae
commit
bbbeb7d8ba
@ -14,7 +14,7 @@
|
|||||||
// You should have received a copy of the GNU Lesser General Public License
|
// 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/>.
|
// 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
|
package crypto
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
// You should have received a copy of the GNU Lesser General Public License
|
// 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/>.
|
// 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
|
package crypto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user