File otp_src_24.1.2-lib-crypto-no_inline.patch of Package erlang
diff -Ndurp otp_src_24.1.2/lib/crypto/src/crypto.erl otp_src_24.1.2-lib-crypto-no_inline/lib/crypto/src/crypto.erl
--- otp_src_24.1.2/lib/crypto/src/crypto.erl 2021-10-04 18:12:13.000000000 +0300
+++ otp_src_24.1.2-lib-crypto-no_inline/lib/crypto/src/crypto.erl 2021-10-06 12:17:08.435808781 +0300
@@ -22,6 +22,8 @@
-module(crypto).
+-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]).