1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-01 11:00:48 +00:00

Merge pull request #79 from jackdwyer/fix-cipher-option

Fixes last case statement for SEED-CBC
This commit is contained in:
Angristan 2017-07-03 20:17:38 +02:00 committed by GitHub
commit ea114e1a0d

2
openvpn-install.sh Normal file → Executable file
View File

@ -256,7 +256,7 @@ else
6)
CIPHER="cipher CAMELLIA-256-CBC"
;;
5)
7)
CIPHER="cipher SEED-CBC"
;;
esac