It was a very bad idea to use #include "../e_os.h" -- when this occurs
[openssl.git] / ssl / ssltest.c
index 1f1ede374f8c4d6f9ea83aff645e950816d8b993..e646b4f969d66fc35c32f1693db55cdf8e6bb933 100644 (file)
 #include <string.h>
 #include <errno.h>
 
-#ifndef FLAT_INC
-# include "../e_os.h"
-#else
-# include "e_os.h"
-#endif
+#include "openssl/e_os.h"
 
 #include <openssl/bio.h>
 #include <openssl/crypto.h>