Kaynağa Gözat

Output dhparams to a given file

Bob Mottram 7 yıl önce
ebeveyn
işleme
4cdd66d6f9
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      src/freedombone-dhparam

+ 2
- 1
src/freedombone-dhparam Dosyayı Görüntüle

200
             RECALCULATE=${1}
200
             RECALCULATE=${1}
201
             ;;
201
             ;;
202
         -o|--output)
202
         -o|--output)
203
+            shift
203
             FAST='yes'
204
             FAST='yes'
204
-            calc_dh stdout
205
+            calc_dh ${1}
205
             exit 0
206
             exit 0
206
             ;;
207
             ;;
207
         --fast)
208
         --fast)