procedure to give the correct -I options to the compiler. This is
*especially* true for test programs that appear in two places, with
different paths to e_os.h depending on where they are built.
#include <openssl/evp.h>
#include <openssl/fips.h>
#include <openssl/err.h>
-#include "../e_os.h"
+#include "e_os.h"
#define AES_BLOCK_SIZE 16
#include <openssl/evp.h>
#include <openssl/fips.h>
#include <openssl/err.h>
-#include "../e_os.h"
+#include "e_os.h"
/*#define AES_BLOCK_SIZE 16*/
#include <sys/types.h>
#include <sys/stat.h>
-#include "../e_os.h"
+#include "e_os.h"
#include <openssl/crypto.h>
#include <openssl/rand.h>
#include <openssl/rand.h>
#include <openssl/fips_rand.h>
-#include "../e_os.h"
+#include "e_os.h"
#ifndef FIPS
int main(int argc, char *argv[])