Skip to content

Commit

Permalink
allow fips enforcement when building
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Jan 19, 2024
1 parent 0f2619f commit 779ab29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion splitio/commitversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This file is created automatically, please do not edit
*/

// CommitVersion is the version of the last commit previous to release
const CommitVersion = "5ed4245"
const CommitVersion = "0f2619f"
8 changes: 8 additions & 0 deletions splitio/enforce_fips.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//go:build enforce_fips
// +build enforce_fips

package splitio

import (
_ "crypto/tls/fipsonly"
)

0 comments on commit 779ab29

Please sign in to comment.