Skip to content

Commit

Permalink
crypto: gofuzz build directives (ethereum#23137)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and atif-konasl committed Oct 15, 2021
1 parent da8e322 commit 7fbb404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/signature_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crypto/signature_nocgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7fbb404

Please sign in to comment.