Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit c0f3744

Browse files
committed
rabbit_pbe: re-format NotSupportedByUs list
1 parent f9230aa commit c0f3744

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/rabbit_pbe.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
%% Supported ciphers and hashes
2424

2525
supported_ciphers() ->
26-
NotSupportedByUs = [aes_ccm, aes_ctr, aes_ecb, des_ecb, blowfish_ecb, rc4,
27-
aes_gcm, chacha20, chacha20_poly1305],
26+
NotSupportedByUs = [aes_ccm, aes_ctr, aes_ecb, aes_gcm,
27+
chacha20, chacha20_poly1305,
28+
blowfish_ecb, des_ecb, rc4],
2829
SupportedByCrypto = proplists:get_value(ciphers, crypto:supports()),
2930
lists:filter(fun(Cipher) ->
3031
not lists:member(Cipher, NotSupportedByUs)

0 commit comments

Comments
 (0)