浏览代码

Set fast variable

Bob Mottram 7 年前
父节点
当前提交
15de51d223
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-dhparam

+ 1
- 0
src/freedombone-dhparam 查看文件

@@ -200,6 +200,7 @@ do
200 200
             RECALCULATE=${1}
201 201
             ;;
202 202
         -o|--output)
203
+            FAST='yes'
203 204
             calc_dh stdout
204 205
             exit 0
205 206
             ;;