- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit399a9e0
committed
Fix thinko in commit7d129ba.
The revised logic in 001_ssltests.pl would fail if openssldoesn't work or if Perl is a 32-bit build, because it hadalready overwritten $serialno with something inappropriateto use in the eventual match. We could go back to theprevious code layout, but it seems best to introduce aseparate variable for the output of openssl.Per failure on buildfarm member mamba, which has a 32-bit Perl.1 parentaa1fcd0 commit399a9e0
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
| 757 | + | |
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | | - | |
769 | | - | |
770 | | - | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
| |||
0 commit comments
Comments
(0)