Skip to content

Commit ee0eb35

Browse files
committed
introduced in OTP 24.2 thus discard 24.0 & 24.1
1 parent 429da5e commit ee0eb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{erl_opts, [debug_info, {src_dirs, ["asn1", "src"]},
2323
nowarn_export_all,
2424
{platform_define, "^(R|1|2[012])", 'USE_OLD_CRYPTO_HMAC'},
25-
{platform_define, "^(R|1|2[0123])", 'NO_PBKDF2_HMAC'},
25+
{platform_define, "^(R|1|2[0123]|24.[01])", 'NO_PBKDF2_HMAC'},
2626
{platform_define, "^(R|1|2[01])", 'USE_GETHOSTBYNAME'},
2727
{platform_define, "^(R|1|2[0123]|24\.[012])", 'USE_ADDRPORTCONNECT'},
2828
{i, "include"}]}.

0 commit comments

Comments
 (0)