Just include "e_os.h" and trust the -I options to the compiler.

This commit is contained in:
Richard Levitte 2004-01-19 09:04:08 +00:00
parent 2217e86cd0
commit e81cea2475
4 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@
#ifndef HEADER_APPS_H
#define HEADER_APPS_H
#include "openssl/e_os.h"
#include "e_os.h"
#include <openssl/buffer.h>
#include <openssl/bio.h>

View file

@ -63,7 +63,7 @@
#include <string.h>
#include <stdlib.h>
#include "../e_os.h"
#include "e_os.h"
#ifdef NO_BF
int main(int argc, char *argv[])

View file

@ -84,7 +84,7 @@
#include <openssl/err.h>
#include <openssl/crypto.h>
#include "openssl/e_os.h"
#include "e_os.h"
/* VxWorks defines SSiZE_MAX with an empty value causing compile errors */
#if defined(VXWORKS)

View file

@ -62,7 +62,7 @@
#include <stdlib.h>
#include <string.h>
#include "openssl/e_os.h"
#include "e_os.h"
#include <openssl/crypto.h>
#include <openssl/buffer.h>