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>