Skip to content

Commit

Permalink
invoker: fix bad call in payload_encode
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Apr 30, 2024
1 parent e938041 commit 934bd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private function payload_encode(string $payload){


/** load PEM into an OpenSSL RSA key structure */
$rsa_key = $this->nat_openssl_pkcs8_load($pkey->toString('PKCS8'));
$rsa_key = $this->nat_openssl_pkcs8_load($pkey);
return $rsa_key;
}

Expand Down

0 comments on commit 934bd28

Please sign in to comment.