Commit e2a5af1c authored by neil's avatar neil
Browse files

fix format

parent f31debc0
...@@ -1039,7 +1039,7 @@ _sign() { ...@@ -1039,7 +1039,7 @@ _sign() {
_ec_s="0${_ec_s}" _ec_s="0${_ec_s}"
done done
fi fi
_debug3 "_ec_r" "$_ec_r" _debug3 "_ec_r" "$_ec_r"
_debug3 "_ec_s" "$_ec_s" _debug3 "_ec_s" "$_ec_s"
printf "%s" "$_ec_r$_ec_s" | _h2b | _base64 printf "%s" "$_ec_r$_ec_s" | _h2b | _base64
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment