Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
authorRichard Levitte <levitte@openssl.org>
Thu, 28 Nov 2002 18:57:30 +0000 (18:57 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Nov 2002 18:57:30 +0000 (18:57 +0000)
commit9fa15b6ff88dc33a705fed7fc044639143dd394e
tree2d87fd300089d3e07915105b66588c0057335a29
parent9c44ebc1e2da4eb5eedb2888b592b3fb86607643
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
always give the expected result on some platforms.
23 files changed:
crypto/bf/bftest.c
crypto/bn/bntest.c
crypto/bn/exptest.c
crypto/cast/casttest.c
crypto/dh/dhtest.c
crypto/dsa/dsatest.c
crypto/ec/ectest.c
crypto/evp/evp_test.c
crypto/hmac/hmactest.c
crypto/idea/ideatest.c
crypto/md2/md2test.c
crypto/md4/md4test.c
crypto/md5/md5test.c
crypto/mdc2/mdc2test.c
crypto/rand/randtest.c
crypto/rc2/rc2test.c
crypto/rc4/rc4test.c
crypto/rc5/rc5test.c
crypto/ripemd/rmdtest.c
crypto/sha/sha1test.c
crypto/sha/shatest.c
ssl/ssltest.c
test/methtest.c