fix he for solaris

This commit is contained in:
neilpang
2018-02-16 23:16:25 +08:00
parent c1f5229906
commit 6d6b2efdb5
2 changed files with 28 additions and 48 deletions

View File

@@ -1838,7 +1838,7 @@ _send_signed_request() {
_body="$response"
if [ "$needbase64" ]; then
_body="$(echo "$_body" | _dbase64)"
_debug2 _body "$_body"
_debug3 _body "$_body"
fi
if _contains "$_body" "JWS has invalid anti-replay nonce"; then