aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-20 21:59:20 +0000
committerBodo Möller <bodo@openssl.org>1999-05-20 21:59:20 +0000
commit17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (patch)
tree2b3191cc15e24d09853b7e1b708fd93a398b40e8 /crypto/bn/bntest.c
parent9dff4cc05100b9989998e4fe061e58d0fbfd6d8e (diff)
downloadopenssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.tar.gz
Don't install e_os.h in include/openssl, use it only as a local
include file.
Diffstat (limited to 'crypto/bn/bntest.c')
-rw-r--r--crypto/bn/bntest.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index ff4d6fea11..1e4d9e0e92 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -59,7 +59,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <openssl/e_os.h>
+
+#ifndef FLAT_INC
+# include "../e_os.h"
+#else
+# include "e_os.h"
+#endif
+
#include <openssl/bio.h>
#include <openssl/bn.h>
#include <openssl/rand.h>