Merge branch '3.0'

This commit is contained in:
terrafrost 2023-12-03 09:50:17 -06:00
commit 4da3ee3867
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ abstract class RSA extends AsymmetricKey
openssl_pkey_export($rsa, $privatekeystr, null, $config);
// clear the buffer of error strings stemming from a minimalistic openssl.cnf
// https://github.com/php/php-src/issues/11054 talks about other errors this'll pick up
while (openssl_error_string() !== false) {
}