diff --git a/patches/018-fix-std-crypto.patch b/patches/018-fix-std-crypto.patch index e31c666c89..cf7595c21f 100644 --- a/patches/018-fix-std-crypto.patch +++ b/patches/018-fix-std-crypto.patch @@ -17,7 +17,7 @@ index 3d3a9a36ee..b7a65a1f6e 100644 + fips = "1" + } + -+ if fips == "" { ++ if fips != "1" { + return + } +