crypto: fix build directives
@ -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
// Package secp256k1 wraps the bitcoin secp256k1 C library.