You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dlvsym function does not exist on MUSL, this causes the OPENSSL_DLSYM_CALL definition in src/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h to not work. I'm not sure if it would be possible to have a way to detect MUSL in the scripts, so that this condition could be handled correctly in ./scripts/create-secondary-patch.sh or maybe elsewhere?
The text was updated successfully, but these errors were encountered:
The dlvsym function does not exist on MUSL, this causes the OPENSSL_DLSYM_CALL definition in src/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h to not work. I'm not sure if it would be possible to have a way to detect MUSL in the scripts, so that this condition could be handled correctly in
./scripts/create-secondary-patch.sh
or maybe elsewhere?The text was updated successfully, but these errors were encountered: