File otp_src_28.0-lib-crypto-no_inline.patch of Package erlang
diff -Ndurp otp_src_28.0/lib/crypto/src/crypto.erl otp_src_28.0-lib-crypto-no_inline/lib/crypto/src/crypto.erl
--- otp_src_28.0/lib/crypto/src/crypto.erl 2025-05-20 14:19:37.000000000 +0300
+++ otp_src_28.0-lib-crypto-no_inline/lib/crypto/src/crypto.erl 2025-05-22 04:07:29.386749077 +0300
@@ -151,6 +151,8 @@ end
""".
+-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]).