Addressed comments

Addressed comments
This commit is contained in:
Andrew Buss
2015-12-08 10:53:44 -08:00
committed by Kyle Isom
parent 186092a44e
commit 7fb0228c2a
2 changed files with 0 additions and 2 deletions

View File

@@ -267,7 +267,6 @@ func (c *RemoteServer) SSHSignWith(req core.SSHSignWithRequest) (*core.ResponseD
}
return unmarshalResponseData(respBytes)
}
// DecryptIntoData issues an decrypt request to the remote server and extract

View File

@@ -42,7 +42,6 @@ func (signer ROSigner) Sign(rand io.Reader, msg []byte) (signature *ssh.Signatur
}
if resp.Status != "ok" {
log.Fatal("response status error:", resp.Status)
return nil, errors.New("response status error")
}
var respMsg core.SSHSignatureWithDelegates