Skip to content

Commit

Permalink
Fix SAML-Toolkits#275 Remove unnecesary call
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk authored Nov 29, 2017
1 parent 539a3eb commit 59d34dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Saml2/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,6 @@ public function buildRequestSignature($samlRequest, $relayState, $signAlgorithm
);
}

$key = $this->_settings->getSPkey();

$objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
$objKey->loadKey($key, false);

Expand Down

0 comments on commit 59d34dd

Please sign in to comment.