summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ltc_prng.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ltc_prng.c b/ltc_prng.c
index af73dac..aa68cce 100644
--- a/ltc_prng.c
+++ b/ltc_prng.c
@@ -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
};