mirror of
https://github.com/angristan/openvpn-install.git
synced 2026-07-30 11:18:13 +02:00
Merge pull request #79 from jackdwyer/fix-cipher-option
Fixes last case statement for SEED-CBC
This commit is contained in:
Regular → Executable
+1
-1
@@ -256,7 +256,7 @@ else
|
||||
6)
|
||||
CIPHER="cipher CAMELLIA-256-CBC"
|
||||
;;
|
||||
5)
|
||||
7)
|
||||
CIPHER="cipher SEED-CBC"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user