Integrate ec_err.[co].
[oweals/openssl.git] / crypto / bn / bntest.c
index 0487a2b9098ec65ee7c99487ea9044562c01884b..43a620e3a5fb3a7f4894c088640fdc0755bdf583 100644 (file)
@@ -60,7 +60,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "openssl/e_os.h"
+#include "e_os.h"
 
 #include <openssl/bio.h>
 #include <openssl/bn.h>
@@ -68,7 +68,7 @@
 #include <openssl/x509.h>
 #include <openssl/err.h>
 
-#ifdef WINDOWS
+#ifdef OPENSSL_SYS_WINDOWS
 #include "../bio/bss_file.c"
 #endif