Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f8ba4b22
Commit
f8ba4b22
authored
May 09, 2006
by
Niels Möller
Browse files
(get_dev_random): Use uint8_t for the read buffer.
Rev: src/lsh-make-seed.c:1.15.2.4
parent
f99c3af6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lsh-make-seed.c
View file @
f8ba4b22
...
...
@@ -289,7 +289,7 @@ get_dev_random(struct yarrow256_ctx *ctx, enum source_type source)
unsigned
i
;
int
res
;
char
buffer
[
DEVRANDOM_SIZE
];
uint8_t
buffer
[
DEVRANDOM_SIZE
];
for
(
i
=
0
;
names
[
i
];
i
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment