Commit bbfd2e3
crypto: do not use pointers to std::vector
The pointer to std::vector is unnecessary, so replace it with standard
instance. Also, make the for() loop more readable by using actual type
instead of inferred - there is no readability benefit here from
obfuscating the type.
PR-URL: #8334
Backport-PR-URL: #11794
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>1 parent 2b3381a commit bbfd2e3Copy full SHA for bbfd2e3
File tree
Expand file treeCollapse file tree
1 file changed
+4
-6
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+4
-6
lines changedOpen diff view settings
Collapse file
+4-6Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
127 | 127 | |
128 | 128 | |
129 | 129 | |
130 | | - |
| 130 | + |
131 | 131 | |
132 | 132 | |
133 | 133 | |
| ||
694 | 694 | |
695 | 695 | |
696 | 696 | |
697 | | - |
698 | | - |
699 | | - |
| 697 | + |
700 | 698 | |
701 | 699 | |
702 | 700 | |
| ||
705 | 703 | |
706 | 704 | |
707 | 705 | |
708 | | - |
| 706 | + |
709 | 707 | |
710 | 708 | |
711 | 709 | |
712 | 710 | |
713 | | - |
| 711 | + |
714 | 712 | |
715 | 713 | |
716 | 714 | |
|
0 commit comments