Commit 20282b1
committed
src: use more explicit return type in Sign::SignFinal()
Using the non-indexed variant of `std::get<>` broke Travis CI.
Also, this allows us to be a bit more concise when returning
from `SignFinal()` due to some error condition.
Refs: nodejs#23427
PR-URL: nodejs#23779
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 0feb21f commit 20282b1
2 files changed
Lines changed: 22 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3562 | 3562 | | |
3563 | 3563 | | |
3564 | 3564 | | |
3565 | | - | |
| 3565 | + | |
3566 | 3566 | | |
3567 | 3567 | | |
3568 | 3568 | | |
3569 | 3569 | | |
3570 | 3570 | | |
3571 | | - | |
3572 | | - | |
3573 | 3571 | | |
3574 | | - | |
| 3572 | + | |
3575 | 3573 | | |
3576 | 3574 | | |
3577 | 3575 | | |
3578 | 3576 | | |
3579 | 3577 | | |
3580 | | - | |
| 3578 | + | |
3581 | 3579 | | |
3582 | 3580 | | |
3583 | 3581 | | |
| |||
3588 | 3586 | | |
3589 | 3587 | | |
3590 | 3588 | | |
3591 | | - | |
| 3589 | + | |
3592 | 3590 | | |
3593 | 3591 | | |
3594 | 3592 | | |
| |||
3612 | 3610 | | |
3613 | 3611 | | |
3614 | 3612 | | |
3615 | | - | |
| 3613 | + | |
| 3614 | + | |
3616 | 3615 | | |
3617 | | - | |
| 3616 | + | |
3618 | 3617 | | |
3619 | 3618 | | |
3620 | 3619 | | |
| |||
3639 | 3638 | | |
3640 | 3639 | | |
3641 | 3640 | | |
3642 | | - | |
| 3641 | + | |
3643 | 3642 | | |
3644 | 3643 | | |
3645 | 3644 | | |
3646 | 3645 | | |
3647 | 3646 | | |
3648 | 3647 | | |
3649 | | - | |
3650 | | - | |
| 3648 | + | |
| 3649 | + | |
3651 | 3650 | | |
3652 | 3651 | | |
3653 | | - | |
| 3652 | + | |
3654 | 3653 | | |
3655 | 3654 | | |
3656 | 3655 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
522 | 532 | | |
523 | 533 | | |
524 | 534 | | |
| |||
0 commit comments