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