spacemonkeygo / openssl

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

fips.go #42

Closed gabrielrussell closed 7 years ago

gabrielrussell commented 8 years ago

This is close to the fips.go file that we use. The only difference is that we don't compile this on osx via a patch that looks like:

diff --git a/fips.go b/fips.go
index df0a9c0..cc463f1 100644
--- a/fips.go
+++ b/fips.go
@@ -1,4 +1,5 @@
 // +build cgo
+// +build -darwin

 package openssl
kujenga commented 7 years ago

Any progress getting that fix in?