diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index eca266c8e..321826145 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1037,7 +1037,7 @@ main ( int argc, char **argv) next_pass: if (configname) { configlineno = 0; - configfp = fopen (configname, "r"); + configfp = gnupg_fopen (configname, "r"); if (!configfp) { if (default_config) |