diff --git a/src/github.com/matrix-org/go-neb/realms/jira/jira.go b/src/github.com/matrix-org/go-neb/realms/jira/jira.go index 2b1e90e..ca0f892 100644 --- a/src/github.com/matrix-org/go-neb/realms/jira/jira.go +++ b/src/github.com/matrix-org/go-neb/realms/jira/jira.go @@ -79,9 +79,6 @@ func loadPrivateKey(privKeyPEM string) (*rsa.PrivateKey, error) { return nil, errors.New("No PEM formatted block found") } - // TODO: Handle passwords on private keys. - // decBytes, err = x509.DecryptPEMBlock(block, []byte{}) // no pass - priv, err := x509.ParsePKCS1PrivateKey(block.Bytes) if err != nil { return nil, err