Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
f3a6dd13
Commit
f3a6dd13
authored
Dec 31, 2015
by
Francois Perrad
Committed by
Matt Johnston
Mar 16, 2016
Browse files
Suspicious use of &
parent
1dba0d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
ltc_prng.c
View file @
f3a6dd13
...
...
@@ -123,14 +123,14 @@ int dropbear_prng_test(void)
const
struct
ltc_prng_descriptor
dropbear_prng_desc
=
{
"dropbear_prng"
,
0
,
&
dropbear_prng_start
,
&
dropbear_prng_add_entropy
,
&
dropbear_prng_ready
,
&
dropbear_prng_read
,
&
dropbear_prng_done
,
&
dropbear_prng_export
,
&
dropbear_prng_import
,
&
dropbear_prng_test
dropbear_prng_start
,
dropbear_prng_add_entropy
,
dropbear_prng_ready
,
dropbear_prng_read
,
dropbear_prng_done
,
dropbear_prng_export
,
dropbear_prng_import
,
dropbear_prng_test
};
...
...
Write
Preview
Markdown
is supported
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