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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dh/fips_dhvs.c b/fips/dh/fips_dhvs.c
index 0fb52f79a4..a925e13c7d 100644
--- a/fips/dh/fips_dhvs.c
+++ b/fips/dh/fips_dhvs.c
@@ -286,7 +286,7 @@ int main(int argc, char **argv)
return 0;
parse_error:
fprintf(stderr, "Error Parsing request file\n");
- exit(1);
+ return 1;
}
#endif