diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-03-16 22:53:27 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-16 22:53:27 +0800 |
commit | c830d30553abc3710c3d5eb18964cd96fc37c902 (patch) | |
tree | 393f384cd748140a3fb55f41a7009baca51a062e /ltc_prng.c | |
parent | 3e7672edca09cb72ca8be481b5a6d5fb30b79149 (diff) | |
parent | 0650182289344e0d83b20c0cea1024a2306d2072 (diff) |
merge
Diffstat (limited to 'ltc_prng.c')
-rw-r--r-- | ltc_prng.c | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 }; |