aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index c92d834d3..8dcf6b40f 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -982,7 +982,7 @@ main( int argc, char **argv )
if( default_config )
{
- configname = make_filename(opt.homedir, "gpg.conf", NULL );
+ configname = make_filename(opt.homedir, "gpg" EXTSEP_S "conf", NULL );
if (!access (configname, R_OK))
{ /* Print a warning when both config files are present. */
char *p = make_filename(opt.homedir, "options", NULL );