crypto: fix build directives

parent 5228b2a3
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in // Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file. // the LICENSE file.
// +build !gofuzz cgo // +build !gofuzz
// +build cgo
package secp256k1 package secp256k1
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in // Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file. // the LICENSE file.
// +build !gofuzz cgo // +build !gofuzz
// +build cgo
package secp256k1 package secp256k1
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in // Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file. // the LICENSE file.
// +build !gofuzz cgo // +build !gofuzz
// +build cgo
// Package secp256k1 wraps the bitcoin secp256k1 C library. // Package secp256k1 wraps the bitcoin secp256k1 C library.
package secp256k1 package secp256k1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment