Commit abc2801
committed
crypto: declare int return type for set_field
This commit updates the set_field function pointer to return an int, and
also updates the lambdas with a return statement.
PR-URL: #17468
Reviewed-By: Ben Noordhuis <[email protected]>1 parent 09e9e2b commit abc2801
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5084 | 5084 | | |
5085 | 5085 | | |
5086 | 5086 | | |
5087 | | - | |
| 5087 | + | |
5088 | 5088 | | |
5089 | 5089 | | |
5090 | 5090 | | |
| |||
5107 | 5107 | | |
5108 | 5108 | | |
5109 | 5109 | | |
5110 | | - | |
| 5110 | + | |
5111 | 5111 | | |
5112 | 5112 | | |
5113 | 5113 | | |
5114 | 5114 | | |
5115 | | - | |
| 5115 | + | |
| 5116 | + | |
5116 | 5117 | | |
5117 | 5118 | | |
5118 | 5119 | | |
| |||
5123 | 5124 | | |
5124 | 5125 | | |
5125 | 5126 | | |
5126 | | - | |
| 5127 | + | |
| 5128 | + | |
5127 | 5129 | | |
5128 | 5130 | | |
5129 | 5131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
| 715 | + | |
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
| |||
0 commit comments