libp2p / go-openssl

UNMAINTAINED - OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
16 stars 20 forks source link

fix: remove fips support #28

Closed Stebalien closed 2 years ago

Stebalien commented 2 years ago

This specific method for FIPs support isn't available on OpenSSLv3, and we don't use it anyways. We're removing it to fix the build.

Stebalien commented 2 years ago

nvm #25 is the correct fix.