Commit 87ef69d
committed
amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3
Erlang/OTP 28.3 has introduced references to new
types in the `crypto` module from `public_key`.
Our PLT_APPS list does not include `crypto`,
which causes a failure specific to 28.3.1 parent 398cbd6 commit 87ef69d
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
0 commit comments