mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-07 15:20:04 +01:00
fixes last case statement for SEED-CBC
This commit is contained in:
parent
2584de5d85
commit
d1f665c458
2
openvpn-install.sh
Normal file → Executable file
2
openvpn-install.sh
Normal file → Executable file
@ -256,7 +256,7 @@ else
|
||||
6)
|
||||
CIPHER="cipher CAMELLIA-256-CBC"
|
||||
;;
|
||||
5)
|
||||
7)
|
||||
CIPHER="cipher SEED-CBC"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user