Configure: add -Wmisleading-indentation to strict warnings flags.
[openssl.git] / test / test_test.c
index ae16d8285c2cdb7ce56a7ec0f1d7f160ce7d47b2..2ec2b51159ef34148b5347c5c0987e25c646476b 100644 (file)
@@ -16,7 +16,7 @@
 #include <openssl/crypto.h>
 #include <openssl/bn.h>
 
-#include "e_os.h"
+#include "internal/nelem.h"
 #include "testutil.h"
 
 #define TEST(expected, test) test_case((expected), #test, (test))