Explorar el Código

Output dhparams to a given file

Bob Mottram hace 7 años
padre
commit
4cdd66d6f9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/freedombone-dhparam

+ 2
- 1
src/freedombone-dhparam Ver fichero

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