diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-22 23:18:46 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-22 23:18:46 +0200 |
commit | 0fc7fb86b84e16daeabaea1fea455e65cc48b66e (patch) | |
tree | 7843096e14d6fa8a8585152c7f8c03f9185f0a3d /brandt.c | |
parent | a9e4574c492207a840287e95e890c4b991849896 (diff) |
random fixes
Diffstat (limited to 'brandt.c')
-rw-r--r-- | brandt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,7 @@ /** * @file brandt.c * @brief \todo + * @author Markus Teich */ #include <gcrypt.h> @@ -42,6 +43,5 @@ BRANDT_init () gcry_strerror (err)); gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); - brandt_rand_poll (); brandt_crypto_init (); } |