crypto: fix build directives

This commit is contained in:
Martin Holst Swende 2021-06-22 15:21:11 +02:00
parent 5228b2a353
commit a750bf8686
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file.
// +build !gofuzz cgo
// +build !gofuzz
// +build cgo
package secp256k1

View File

@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file.
// +build !gofuzz cgo
// +build !gofuzz
// +build cgo
package secp256k1

View File

@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file.
// +build !gofuzz cgo
// +build !gofuzz
// +build cgo
// Package secp256k1 wraps the bitcoin secp256k1 C library.
package secp256k1