X509: CS adjustment

This commit is contained in:
terrafrost 2022-11-29 06:09:31 -06:00
parent 6ee646a480
commit 68aa48de66

View File

@ -2957,7 +2957,7 @@ class X509
* *
* @param PrivateKey $key * @param PrivateKey $key
* @throws \phpseclib3\Exception\UnsupportedAlgorithmException if the algorithm is unsupported * @throws \phpseclib3\Exception\UnsupportedAlgorithmException if the algorithm is unsupported
* @return string * @return array
*/ */
private static function identifySignatureAlgorithm(PrivateKey $key) private static function identifySignatureAlgorithm(PrivateKey $key)
{ {