Skip to content

Commit 59d34dd

Browse files
authored
Fix SAML-Toolkits#275 Remove unnecesary call
1 parent 539a3eb commit 59d34dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Saml2/Auth.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,6 @@ public function buildRequestSignature($samlRequest, $relayState, $signAlgorithm
568568
);
569569
}
570570

571-
$key = $this->_settings->getSPkey();
572-
573571
$objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
574572
$objKey->loadKey($key, false);
575573

0 commit comments

Comments
 (0)