This commit is contained in:
Bob Mottram 2015-08-15 13:42:51 +01:00
parent 0409796f10
commit ca649effc7
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ function regenerate_dh_keys {
data=$(tempfile 2>/dev/null)
trap "rm -f $data" 0 1 2 5 15
dialog --backtitle "Freedombone Security Configuration" \
--radiolist "Select a Diffie-Hellman key length. The smaller length is better suited to low power systems:" 12 40 2 \
--radiolist "Select a Diffie-Hellman key length. The smaller length is better suited to low power embedded systems:" 12 40 2 \
1 "1024 bits" off \
2 "3072 bits" on 2> $data
sel=$?