summaryrefslogtreecommitdiff
path: root/lib/snmp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snmp')
-rw-r--r--lib/snmp/test/snmp_test_lib.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_test_lib.erl b/lib/snmp/test/snmp_test_lib.erl
index bbf53f8f3e..67359e91ab 100644
--- a/lib/snmp/test/snmp_test_lib.erl
+++ b/lib/snmp/test/snmp_test_lib.erl
@@ -2415,7 +2415,10 @@ crypto_start() ->
end.
crypto_support() ->
- crypto_support([md5, sha], []).
+ crypto_support([md5, sha, sha224, sha256, sha384, sha512,
+ des_cbc,
+ aes_cfb128, aes_128_cfb128, aes_192_cfb128, aes_256_cfb128],
+ []).
crypto_support([], []) ->
yes;