Commit 82c2939
crypto: add missing rand.h include
PR-URL: #38864
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>1 parent db4b192 commit 82c2939Copy full SHA for 82c2939
File tree
Expand file treeCollapse file tree
3 files changed
+4
-0
lines changedOpen diff view settings
Filter options
- src/crypto
Expand file treeCollapse file tree
3 files changed
+4
-0
lines changedOpen diff view settings
Collapse file
src/crypto/crypto_context.cc
Copy file name to clipboardExpand all lines: src/crypto/crypto_context.cc+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
|
Collapse file
src/crypto/crypto_random.cc
Copy file name to clipboardExpand all lines: src/crypto/crypto_random.cc+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
11 | 12 | |
12 | 13 | |
13 | 14 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
| 24 | + |
23 | 25 | |
24 | 26 | |
25 | 27 | |
|
0 commit comments