Skip to content

Commit bbbeb7d

Browse files
authored
crypto: gofuzz build directives (#23137)
1 parent c131e81 commit bbbeb7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crypto/signature_cgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// +build !nacl,!js,cgo
17+
// +build !nacl,!js,cgo,!gofuzz
1818

1919
package crypto
2020

crypto/signature_nocgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// +build nacl js !cgo
17+
// +build nacl js !cgo gofuzz
1818

1919
package crypto
2020

0 commit comments

Comments
 (0)