aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-22 23:18:46 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-22 23:18:46 +0200
commit0fc7fb86b84e16daeabaea1fea455e65cc48b66e (patch)
tree7843096e14d6fa8a8585152c7f8c03f9185f0a3d /brandt.c
parenta9e4574c492207a840287e95e890c4b991849896 (diff)
downloadlibbrandt-0fc7fb86b84e16daeabaea1fea455e65cc48b66e.tar.gz
libbrandt-0fc7fb86b84e16daeabaea1fea455e65cc48b66e.zip
random fixes
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brandt.c b/brandt.c
index 6a9f7c8..c5d5a61 100644
--- a/brandt.c
+++ b/brandt.c
@@ -17,6 +17,7 @@
17/** 17/**
18 * @file brandt.c 18 * @file brandt.c
19 * @brief \todo 19 * @brief \todo
20 * @author Markus Teich
20 */ 21 */
21#include <gcrypt.h> 22#include <gcrypt.h>
22 23
@@ -42,6 +43,5 @@ BRANDT_init ()
42 gcry_strerror (err)); 43 gcry_strerror (err));
43 44
44 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 45 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
45 brandt_rand_poll ();
46 brandt_crypto_init (); 46 brandt_crypto_init ();
47} 47}