Skip to content

Commit bacfa02

Browse files
xref: OTP 21/22 compatibility :(
1 parent 84cf22a commit bacfa02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/rabbit_ssl.erl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828

2929
-export_type([certificate/0]).
3030

31+
% Due to API differences between OTP 20.3.x and OTP 21+
32+
-dialyzer(no_missing_calls).
33+
-ignore_xref([{ssl_cipher_format, erl_suite_definition, 1},
34+
{ssl_cipher_format, suite, 1},
35+
{ssl_cipher_format, openssl_suite_name, 1}]).
36+
3137
-type certificate() :: rabbit_cert_info:certificate().
3238

3339
-type cipher_suites_mode() :: default | all | anonymous.

0 commit comments

Comments
 (0)