diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/md.c b/cipher/md.c index a9a566698..b19399653 100644 --- a/cipher/md.c +++ b/cipher/md.c @@ -42,6 +42,7 @@ md_open( int algo, int secure ) hd->secure = secure; if( algo ) md_enable( hd, algo ); + fast_random_poll(); return hd; } |