Commit 86a5690
crypto: move field initialization to class
PR-URL: #23610
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>1 parent 6af2f9f commit 86a5690Copy full SHA for 86a5690
File tree
Expand file treeCollapse file tree
2 files changed
+11
-18
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+11
-18
lines changedOpen diff view settings
Collapse file
src/node_crypto_clienthello-inl.h
Copy file name to clipboardExpand all lines: src/node_crypto_clienthello-inl.h+1-8Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
| 37 | + |
45 | 38 | |
46 | 39 | |
47 | 40 | |
|
Collapse file
src/node_crypto_clienthello.h
Copy file name to clipboardExpand all lines: src/node_crypto_clienthello.h+10-10Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
108 | 108 | |
109 | 109 | |
110 | 110 | |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
121 | 121 | |
122 | 122 | |
123 | 123 | |
|
0 commit comments