summaryrefslogtreecommitdiffstats
path: root/fips/dh/fips_dhvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/dh/fips_dhvs.c')
-rw-r--r--fips/dh/fips_dhvs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fips/dh/fips_dhvs.c b/fips/dh/fips_dhvs.c
index 3ba1977862..0fb52f79a4 100644
--- a/fips/dh/fips_dhvs.c
+++ b/fips/dh/fips_dhvs.c
@@ -279,6 +279,10 @@ int main(int argc, char **argv)
rhash, rhashlen);
}
}
+ if (in && in != stdin)
+ fclose(in);
+ if (out && out != stdout)
+ fclose(out);
return 0;
parse_error:
fprintf(stderr, "Error Parsing request file\n");