Skip to content

Commit

Permalink
Merge pull request #228 from dbenoit17/go1.22-skip-loading
Browse files Browse the repository at this point in the history
Only load openssl if fips equals "1"
  • Loading branch information
archanaravindar authored Sep 6, 2024
2 parents 709044a + c1629c4 commit 9996b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/018-fix-std-crypto.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index 3d3a9a36ee..b7a65a1f6e 100644
+ fips = "1"
+ }
+
+ if fips == "" {
+ if fips != "1" {
+ return
+ }
+
Expand Down

0 comments on commit 9996b9c

Please sign in to comment.