summaryrefslogtreecommitdiffstats
path: root/cipher/md.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-03-09 22:44:06 +0100
committerWerner Koch <wk@gnupg.org>1998-03-09 22:44:06 +0100
commita6a8f1e706bd7e528262151bc04ebb9409c2eeed (patch)
tree20b5771581e695a22559d8ffe3f90862afb11e3d /cipher/md.c
parentremoved g10maint.c (diff)
downloadgnupg2-a6a8f1e706bd7e528262151bc04ebb9409c2eeed.tar.xz
gnupg2-a6a8f1e706bd7e528262151bc04ebb9409c2eeed.zip
partial DSA support
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c1
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;
}