Remove tests dependence on e_os.h
[openssl.git] / test / poly1305_internal_test.c
index 592f4b6e83dc65e9b1dc412cfb507a6b03e0e0fa..55b76440eaec7a8d5b071ee22458e2610f78c012 100644 (file)
@@ -15,7 +15,7 @@
 #include "testutil.h"
 #include "internal/poly1305.h"
 #include "../crypto/poly1305/poly1305_local.h"
-#include "e_os.h"
+#include <internal/nelem.h>
 
 typedef struct {
     size_t size;