]> tinc-vpn.org Git - tinc/blobdiff - test/algorithms.test
Restore libgcrypt support.
[tinc] / test / algorithms.test
index dcf055a01fc1d1d1e82175716ff383eb88b90338..d06901012db825f0d5825bb0b1d1d168bfbb6b2e 100755 (executable)
@@ -33,7 +33,7 @@ echo [STEP] Test various ciphers and digests
 # The full suite results in a large test matrix and it takes a lot of time to run.
 # The list was reduced to the strongest available algorithms (and "none").
 digests="none sha256 sha512"
-ciphers="none aes-256-cbc camellia-256-cbc"
+ciphers="none aes-256-cbc"
 
 for digest in $digests; do
   for cipher in $ciphers; do