summaryrefslogtreecommitdiffstats
path: root/fips/des/fips_desmovs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/des/fips_desmovs.c')
-rw-r--r--fips/des/fips_desmovs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fips/des/fips_desmovs.c b/fips/des/fips_desmovs.c
index 2bbeb53459..0ffab89e2f 100644
--- a/fips/des/fips_desmovs.c
+++ b/fips/des/fips_desmovs.c
@@ -356,10 +356,8 @@ static int tproc_file(char *rqfile, char *rspfile)
char *xp, *pp = ibuf+2;
int n;
if(*amode)
- { /* insert current time & date */
- time_t rtim = time(0);
- fputs("# ", rfp);
- copy_line(ctime(&rtim), rfp);
+ {
+ copy_line(ibuf, rfp);
}
else
{