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:54:30 +0000 (18:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Nov 2002 18:54:30 +0000 (18:54 +0000)
commit55f78baf32f213301a0e8d6c6e7f40bd3b9857b1
tree1daf577fe941ef129c8657f231b060b786a03d4b
parent6c359479d7755e6f228196e17fcdc98a05724d78
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
always give the expected result on some platforms.
24 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/ecdh/ecdhtest.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