golang-fips / go

Repository for FIPS enabled Go using OpenSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redeclaration of symbols when CGO_ENABLED=0

dbenoit17 opened this issue · comments

When running with CGO disabled, both nobackend.go and openssl.go are configured by tags to be built. This causes the build to fail due to multiple declarations.

https://github.com/dbenoit17/openssl-fips/actions/runs/3146401859/jobs/5114807714#step:14:2312