aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r--scd/scdaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index ab3e1d94a..c1a3f438b 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -524,7 +524,7 @@ main (int argc, char **argv )
if (configname)
{
configlineno = 0;
- configfp = fopen (configname, "r");
+ configfp = gnupg_fopen (configname, "r");
if (!configfp)
{
if (default_config)