From b99fe5f4927b305bae88daac2484c284fe749329 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 18 Aug 2017 09:50:25 +1000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/4186) --- test/asn1_time_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/asn1_time_test.c') diff --git a/test/asn1_time_test.c b/test/asn1_time_test.c index 184a18a5ad..897436c3f4 100644 --- a/test/asn1_time_test.c +++ b/test/asn1_time_test.c @@ -16,7 +16,7 @@ #include #include #include "testutil.h" -#include "e_os.h" +#include struct testdata { char *data; /* TIME string value */ -- cgit v1.2.3