File otp_src_27.0-rc3-lib-crypto-no_inline.patch of Package erlang
diff -Ndurp otp_src_27.0-rc3/lib/crypto/src/crypto.erl otp_src_27.0-rc3-lib-crypto-no_inline/lib/crypto/src/crypto.erl
--- otp_src_27.0-rc3/lib/crypto/src/crypto.erl 2024-04-18 09:31:45.000000000 +0300
+++ otp_src_27.0-rc3-lib-crypto-no_inline/lib/crypto/src/crypto.erl 2024-05-03 01:56:48.454862673 +0300
@@ -168,6 +168,8 @@ end
{type,<<"Types for Engines">>},
{type,<<"Internal data types">>}]}).
+-compile([no_inline, nowarn_nif_inline]).
+
-export([start/0, stop/0, info/0, info_lib/0, info_fips/0, supports/0, enable_fips_mode/1,
version/0, bytes_to_integer/1]).
-export([cipher_info/1, hash_info/1]).