Have all tests use EXIT() to exit rather than exit(), since the latter doesn't

always give the expected result on some platforms.
This commit is contained in:
Richard Levitte
2002-11-28 18:54:30 +00:00
parent 6c359479d7
commit 55f78baf32
24 changed files with 105 additions and 60 deletions

View File

@@ -564,7 +564,7 @@ bad:
"the test anyway (and\n-d to see what happens), "
"or add one of -ssl2, -ssl3, -tls1, -reuse\n"
"to avoid protocol mismatch.\n");
exit(1);
EXIT(1);
}
if (print_time)