aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md.c b/cipher/md.c
index 8d20a9804..49728638b 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -497,7 +497,7 @@ md_start_debug( MD_HANDLE md, const char *suffix )
return;
}
idx++;
- sprintf(buf, "dbgmd-%05d.%.10s", idx, suffix );
+ sprintf(buf, "dbgmd-%05d" EXTSEP_S "%.10s", idx, suffix );
md->debug = fopen(buf, "w");
if( !md->debug )
log_debug("md debug: can't open %s\n", buf );