mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix wrong merge
This commit is contained in:
commit
cc54e66ad8
1 changed files with 1 additions and 1 deletions
|
@ -3693,7 +3693,7 @@ static EVP_PKEY *php_openssl_pkey_from_zval(
|
||||||
/* it's an X509 file/cert of some kind, and we need to extract the data from that */
|
/* it's an X509 file/cert of some kind, and we need to extract the data from that */
|
||||||
if (public_key) {
|
if (public_key) {
|
||||||
php_openssl_errors_set_mark();
|
php_openssl_errors_set_mark();
|
||||||
cert = php_openssl_x509_from_str(Z_STR_P(val), arg_num, false, NULL);
|
cert = php_openssl_x509_from_str(val_str, arg_num, false, NULL);
|
||||||
|
|
||||||
if (cert) {
|
if (cert) {
|
||||||
free_cert = 1;
|
free_cert = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue