Skip to content

Commit f8ce1a8

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Fix build warning on LibreSSL (#21050)
2 parents 45d6daa + 5216ca8 commit f8ce1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ PHP_FUNCTION(openssl_x509_parse)
11021102
for (i = 0; i < X509_PURPOSE_get_count(); i++) {
11031103
int id, purpset;
11041104
char * pname;
1105-
X509_PURPOSE * purp;
1105+
const X509_PURPOSE * purp;
11061106
zval subsub;
11071107

11081108
array_init(&subsub);

0 commit comments

Comments
 (0)