Commit 2004b70
committed
Fix missing error propagation in openssl_x509_export_to_file()
The file writes can have failed, but this error isn't visible for the
application, fix it by propagating the error properly.
Closes phpGH-21348.1 parent 20903a8 commit 2004b70
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
1573 | | - | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
1574 | 1573 | | |
1575 | 1574 | | |
1576 | | - | |
1577 | | - | |
1578 | 1575 | | |
1579 | 1576 | | |
1580 | 1577 | | |
| |||
0 commit comments