Again: some minor changes on comments.

This commit is contained in:
Christoph 2018-03-07 15:04:49 +01:00
parent 0afdf71c3b
commit 0ecf9429f9

View File

@ -485,6 +485,9 @@ cat << EOF >> "$_client_conf_file" 2> $log_file
# Select a cryptographic cipher.
# If the cipher option is used on the server
# then you must also specify it here.
;cipher BF-CBC # Blowfish (default)
;cipher AES-128-CBC # AES
;cipher DES-EDE3-CBC # Triple-DES
EOF
if [[ -n "$SERVER_CIPHER" ]]; then