openssl icon indicating copy to clipboard operation
openssl copied to clipboard

Cannot compile with Golang 1.12.9

Open prabhash1785 opened this issue 6 years ago • 0 comments

I see multiple issues while compiling with 1.12.9

  • utils sub-module is not a module hence it fails to resolve this.
  • logger dependency does not resolve because spacelogger is not a module
  • After fixing above code, compiler fails to resolve Ctx. However I see it compiles for Mac. Wondering if there are any know issues with Linux compilation?
GOOS=linux GOARCH=amd64 go build -v
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
openssl/net.go:24:7: undefined: Ctx

prabhash1785 avatar Sep 18 '19 07:09 prabhash1785