crypto/secp256k1: add workaround for go mod vendor (#21735)
Go won't vendor C files if there are no Go files present in the directory. Workaround is to add dummy Go files. Fixes: #20232
Showing
crypto/secp256k1/dummy.go
0 → 100644
Please register or sign in to comment