aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndegd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndegd.c')
-rw-r--r--cipher/rndegd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndegd.c b/cipher/rndegd.c
index 0e4b414b8..666681ee2 100644
--- a/cipher/rndegd.c
+++ b/cipher/rndegd.c
@@ -123,7 +123,7 @@ gather_random( void (*add)(const void*, size_t, int), int requester,
bname = EGD_SOCKET_NAME;
#endif
if ( !bname || !*bname )
- bname = "entropy";
+ bname = "=entropy";
if ( *bname == '=' && bname[1] )
name = make_filename( g10_opt_homedir, bname+1 , NULL );