- Notifications
You must be signed in to change notification settings - Fork5
Commit76a6ddf
committed
Attempt to open certificate file "manually" using fopen before
trying BIO functions.Helps problem with older versions of OpenSSL that lacks errorstack functions and would show an incorrect error message forfile-not-found-or-not-openable. The problem may still exist forother errors, but file open error is by far the most common one.1 parent2890c33 commit76a6ddf
1 file changed
+19
-2
lines changedLines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
591 |
| - | |
592 | 591 |
| |
| 592 | + | |
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
| |||
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
610 | 627 |
| |
611 | 628 |
| |
612 | 629 |
| |
|
0 commit comments
Comments
(0)