fixes last case statement for SEED-CBC

This commit is contained in:
jackdwyer
2017-07-03 14:14:39 -04:00
parent 2584de5d85
commit d1f665c458
Regular → Executable
+1 -1
View File
@@ -256,7 +256,7 @@ else
6)
CIPHER="cipher CAMELLIA-256-CBC"
;;
5)
7)
CIPHER="cipher SEED-CBC"
;;
esac