summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-22 14:37:50 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-22 14:37:50 +0000
commita5bc1e856861b99b99ae215d809ff4d9826ded68 (patch)
tree069afc5bfd49639e4cfccc13d695104d211b8430 /crypto/bn
parentc38171ba1fc748e0e8b95d35048ae9b3b733a2aa (diff)
Use e_os2.h rather than opensslconf.h, since some needed macros are
defined there.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index 218907b8cd..22e8c2d910 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -59,10 +59,10 @@
#ifndef HEADER_BN_H
#define HEADER_BN_H
+#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h> /* FILE */
#endif
-#include <openssl/opensslconf.h>
#ifdef __cplusplus
extern "C" {