Skip to content

Commit a28d33f

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Fix const-generic warning in xp_ssl.c
2 parents 3199500 + 883014d commit a28d33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/openssl/xp_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ static bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val)
411411

412412
static bool php_openssl_matches_wildcard_name(const char *subjectname, const char *certname) /* {{{ */
413413
{
414-
char *wildcard = NULL;
414+
const char *wildcard = NULL;
415415
ptrdiff_t prefix_len;
416416
size_t suffix_len, subject_len;
417417

0 commit comments

Comments
 (0)