diff options
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 (); } |