Skip to content

Commit 43f3245

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix const-generic warning in xp_ssl.c
2 parents 4e105e0 + a28d33f commit 43f3245

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)