Merge pull request #79 from jackdwyer/fix-cipher-option
Fixes last case statement for SEED-CBC
This commit is contained in:
commit
ea114e1a0d
1 changed files with 1 additions and 1 deletions
2
openvpn-install.sh
Normal file → Executable file
2
openvpn-install.sh
Normal file → Executable file
|
@ -256,7 +256,7 @@ else
|
||||||
6)
|
6)
|
||||||
CIPHER="cipher CAMELLIA-256-CBC"
|
CIPHER="cipher CAMELLIA-256-CBC"
|
||||||
;;
|
;;
|
||||||
5)
|
7)
|
||||||
CIPHER="cipher SEED-CBC"
|
CIPHER="cipher SEED-CBC"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue