commit | 55f78baf32f213301a0e8d6c6e7f40bd3b9857b1 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Nov 28 18:54:30 2002 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Nov 28 18:54:30 2002 +0000 |
tree | 1daf577fe941ef129c8657f231b060b786a03d4b | |
parent | 6c359479d7755e6f228196e17fcdc98a05724d78 [diff] [blame] |
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't always give the expected result on some platforms.
diff --git a/ssl/ssltest.c b/ssl/ssltest.c index fbdd2a9..533c098 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c
@@ -564,7 +564,7 @@ "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)