Addressed comments

Addressed comments
This commit is contained in:
Andrew Buss
2018-03-12 12:39:32 -07:00
committed by Kyle Isom
parent 186092a44e
commit 7fb0228c2a
2 changed files with 0 additions and 2 deletions
-1
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
-1
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