aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
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 @@
/**
* @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 ();
}