summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-28 18:57:30 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-28 18:57:30 +0000
commit9fa15b6ff88dc33a705fed7fc044639143dd394e (patch)
tree2d87fd300089d3e07915105b66588c0057335a29 /ssl
parent9c44ebc1e2da4eb5eedb2888b592b3fb86607643 (diff)
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
always give the expected result on some platforms.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index b18c5e2fc8..1c05638ea6 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -534,7 +534,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)