commit | b99fe5f4927b305bae88daac2484c284fe749329 | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Fri Aug 18 09:50:25 2017 +1000 |
committer | Pauli <paul.dale@oracle.com> | Fri Aug 18 09:50:25 2017 +1000 |
tree | 0497ffa8a2d0e0ea72ecca5d32d6878888835fd4 | |
parent | 524fdd515569e12047ddb29ba4c7f19706aacc98 [diff] |
Remove tests dependence on e_os.h Apart from ssltest_old.c, the test suite relied on e_os.h for the OSSL_NELEM macro and nothing else. The ssltest_old.c also requires EXIT and some socket macros. Create a new header to define the OSSL_NELEM macro and use that instead. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4186)