Skip to content

Commit 57a8084

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix build warning on LibreSSL (#21050)
2 parents b621f80 + f8ce1a8 commit 57a8084

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)