diff options
| author | Werner Koch <[email protected]> | 1999-12-08 21:03:03 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1999-12-08 21:03:03 +0000 |
| commit | 4555c0be941cef55486b7a1644d9b70f4ea50c77 (patch) | |
| tree | 1a10627bf31163f9aef5040724c53f75e8daf3e6 /cipher/rndegd.c | |
| parent | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch (diff) | |
| download | gnupg-4555c0be941cef55486b7a1644d9b70f4ea50c77.tar.gz gnupg-4555c0be941cef55486b7a1644d9b70f4ea50c77.zip | |
See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch
Diffstat (limited to 'cipher/rndegd.c')
| -rw-r--r-- | cipher/rndegd.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cipher/rndegd.c b/cipher/rndegd.c index 36c8b4e3d..4d5f0ef3a 100644 --- a/cipher/rndegd.c +++ b/cipher/rndegd.c @@ -32,7 +32,9 @@ #include <sys/un.h> #include "types.h" #include "g10lib.h" +#ifndef IS_MODULE #include "ttyio.h" +#endif #include "dynload.h" #include "cipher.h" @@ -141,7 +143,8 @@ gather_random( void (*add)(const void*, size_t, int), int requester, } } if( fd == -1 ) { - char *name = my_make_filename( g10_opt_homedir, "entropy", NULL ); + #warning Fixme: make the filename configurable + char *name = my_make_filename( "~/.gnupg-test", "entropy", NULL ); struct sockaddr_un addr; int addr_len; |
