Remove tests dependence on e_os.h
[openssl.git] / test / dsatest.c
index 7c58731df8d9fbfac827c81efe7c57e6186151c0..d25a1d701f76cdad9062957974cd9a558ed0d2d4 100644 (file)
@@ -19,7 +19,7 @@
 #include <openssl/dsa.h>
 
 #include "testutil.h"
-#include "e_os.h"
+#include <internal/nelem.h>
 
 #ifndef OPENSSL_NO_DSA
 static int dsa_cb(int p, int n, BN_GENCB *arg);