spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
473 stars 236 forks source link

Add compatibility for OpenSSL 3.x.x in fips.go #159

Open sschekotikhin opened 1 year ago

sschekotikhin commented 1 year ago

Added conditional defining of FIPS method for compatibility between 1.x and 3.x versions of OpenSSL.