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:56:18 +0000 (18:56 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Nov 2002 18:56:18 +0000 (18:56 +0000)
commitdd5463333966c46f6a40df2cac53ab21962f303f
tree49fe8f9caa9e14e79b387d653050ede2f2efc457
parent6a99f544181db0e9c62ee398fdefadc21113157a
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
always give the expected result on some platforms.
21 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/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